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