CommonEditorCellAction.h 366 B

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