// // CommonEditorCellAction.h // RedAnt ERP Mobile // // Created by Ray on 8/5/15. // Copyright (c) 2015 United Software Applications, Inc. All rights reserved. // #import @interface CommonEditorCellAction : UITableViewCell @property (strong, nonatomic) IBOutlet UILabel *labelAction; @property (strong,nonatomic) NSString* action_code; @end