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