| 12345678910111213141516 |
- //
- // RADetailActionSelectionModel.h
- // Apex And Drivers
- //
- // Created by Jack on 2018/6/4.
- // Copyright © 2018年 USAI. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface RADetailActionSelectionModel : NSObject
- @property (nonatomic,copy) NSString *actionTitle;
- @property (nonatomic,assign) NSInteger actionID;
- @end
|