EnumSelectorCell.h 452 B

12345678910111213141516
  1. //
  2. // EnumSelectorCell.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 14-7-18.
  6. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "RTLabel.h"
  10. @interface EnumSelectorCell : UITableViewCell
  11. //@property (strong, nonatomic) IBOutlet UILabel *labelValue;
  12. //@property (strong, nonatomic) IBOutlet UIImageView *img_checkmark;
  13. @property (strong, nonatomic) IBOutlet RTLabel *rtLabel;
  14. @end