CommonEditorCellMAction.h 503 B

1234567891011121314151617
  1. //
  2. // CommonEditorCellMAction.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 9/24/15.
  6. // Copyright © 2015 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CommonEditorCellMAction : UITableViewCell
  10. @property (strong, nonatomic) IBOutlet UIButton *btn_action0;
  11. @property (strong, nonatomic) IBOutlet UIButton *btn_action1;
  12. @property (strong, nonatomic) IBOutlet UIButton *btn_action2;
  13. @property (strong, nonatomic) IBOutlet UIButton *btn_action3;
  14. @end