Code cleaning: Remove useless TableViewCell classes.

This commit is contained in:
giomfo
2016-07-01 10:33:07 +02:00
parent 94ec39f40e
commit ab563b96a8
15 changed files with 26 additions and 310 deletions
@@ -17,8 +17,6 @@
#import "MXKTableViewCell.h"
@interface TableViewCellWithLabelAndLargeTextView : MXKTableViewCell
{
}
@property (strong, nonatomic) IBOutlet UILabel *mxkLabel;
@property (strong, nonatomic) IBOutlet UITextView *mxkTextView;