RADetailActionSelectionModel.h 395 B

1234567891011121314151617
  1. //
  2. // RADetailActionSelectionModel.h
  3. // Apex And Drivers
  4. //
  5. // Created by Jack on 2018/6/4.
  6. // Copyright © 2018年 USAI. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface RADetailActionSelectionModel : NSObject
  10. @property (nonatomic,copy) NSString *actionTitle;
  11. @property (nonatomic,assign) NSInteger actionID;
  12. @property (nonatomic,assign) NSInteger actionIndex;
  13. @end