// // MLButtonCell.h // Monal // // Created by Anurodh Pokharel on 4/10/15. // Copyright (c) 2015 Monal.im. All rights reserved. // #import @interface MLButtonCell : UITableViewCell @property (nonatomic, weak) IBOutlet UILabel *buttonText; @end