session-ios/Signal/src/views/LeftSideMenuCell.h
2014-05-06 19:41:08 +02:00

8 lines
142 B
Objective-C

#import <UIKit/UIKit.h>
@interface LeftSideMenuCell : UITableViewCell
@property (nonatomic, strong) IBOutlet UILabel *menuTitleLabel;
@end