TFEditorViewController.h 307 B

1234567891011121314151617
  1. //
  2. // TFEditorViewController.h
  3. // RA TradeFiling
  4. //
  5. // Created by Rui Zhang on 4/26/21.
  6. //
  7. #import "CommonEditorViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface TFEditorViewController : CommonEditorViewController
  10. @property (strong,nonatomic) NSMutableArray* arr_menu;
  11. @end
  12. NS_ASSUME_NONNULL_END