ContactListTableViewCell.h 395 B

123456789101112131415
  1. //
  2. // ContactListTableViewCell.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 9/17/15.
  6. // Copyright (c) 2015 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "RTLabel.h"
  10. @interface ContactListTableViewCell : UITableViewCell
  11. @property (strong, nonatomic) IBOutlet UIButton *btn_assign;
  12. @property (strong, nonatomic) IBOutlet RTLabel *rtlabel;
  13. @end