| 123456789101112131415 |
- //
- // CommonEditorCellLabel.h
- // RedAnt ERP Mobile
- //
- // Created by Ray on 8/4/15.
- // Copyright (c) 2015 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface CommonEditorCellLabel : UITableViewCell
- @property (strong, nonatomic) IBOutlet UILabel *labelValue;
- @property (strong, nonatomic) IBOutlet UILabel *labelTitle;
- @end
|