aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/MCTTableViewCell.m
blob: 21d22e388b08a46b0df54ab97e4f29349a33916a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//  MCTTableViewCell.m
//  iOS UI Test
//
//  Created by Paul Young on 14/07/2013.
//  Copyright (c) 2013 AppJon. All rights reserved.
//

#import "MCTTableViewCell.h"

@implementation MCTTableViewCell

@end