| 1234567891011121314151617 |
- //
- // CommonEditorCellMAction.h
- // RedAnt ERP Mobile
- //
- // Created by Ray on 9/24/15.
- // Copyright © 2015 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @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
|