| 12345678910111213141516 |
- //
- // CommonEditorCellEdit.h
- // RedAnt ERP Mobile
- //
- // Created by Ray on 14-7-16.
- // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface CommonEditorCellEdit : UITableViewCell
- @property (strong, nonatomic) IBOutlet UILabel *labelTitle;
- @property (strong, nonatomic) IBOutlet UITextField *textfield;
- @property (strong, nonatomic) IBOutlet UILabel *starMark;
- @end
|