8 lines
150 B
C
8 lines
150 B
C
|
|
#import "MWMTableViewCell.h"
|
||
|
|
|
||
|
|
@interface MWMDownloaderDialogCell : MWMTableViewCell
|
||
|
|
|
||
|
|
@property (weak, nonatomic) IBOutlet UILabel * titleLabel;
|
||
|
|
|
||
|
|
@end
|