// // ContactListTableViewCell.h // RedAnt ERP Mobile // // Created by Ray on 9/17/15. // Copyright (c) 2015 United Software Applications, Inc. All rights reserved. // #import #import "RTLabel.h" @interface ContactListTableViewCell : UITableViewCell @property (strong, nonatomic) IBOutlet UIButton *btn_assign; @property (strong, nonatomic) IBOutlet RTLabel *rtlabel; @end