EnumSelectDelegate.h 369 B

1234567891011121314151617
  1. //
  2. // EnumSelectDelegate.h
  3. // RA TradeFiling
  4. //
  5. // Created by Rui Zhang on 5/14/21.
  6. //
  7. #ifndef EnumSelectDelegate_h
  8. #define EnumSelectDelegate_h
  9. @class EnumSelectViewController;
  10. @protocol EnumSelectViewControllerDelegate <NSObject>
  11. -(void) EnumValueChanged:(NSMutableDictionary *)value indexPath :(NSIndexPath*) indexPath;
  12. @end
  13. #endif /* EnumSelectDelegate_h */