// // CommonEditorCellMAction.h // RedAnt ERP Mobile // // Created by Ray on 9/24/15. // Copyright © 2015 United Software Applications, Inc. All rights reserved. // #import @interface CommonEditorCellMAction : UITableViewCell @property (strong, nonatomic) IBOutlet UIButton *btn_action0; @property (strong, nonatomic) IBOutlet UIButton *btn_action1; @property (strong, nonatomic) IBOutlet UIButton *btn_action2; @property (strong, nonatomic) IBOutlet UIButton *btn_action3; @end