JXQuestionnnnVc.h 437 B

1234567891011121314151617181920212223
  1. //
  2. // JXQuestionnnnVc.h
  3. // shiku_im
  4. //
  5. // Created by os on 2020/7/2.
  6. // Copyright © 2020 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface JXQuestionnnnVc : JXTableViewController
  11. @property(strong,nonatomic)NSString * ifAnswer;
  12. @property (nonatomic,assign) BOOL isAnsware;
  13. @property (nonatomic,assign) BOOL isCheck;
  14. @property (nonatomic,assign) BOOL isclick;
  15. @end
  16. NS_ASSUME_NONNULL_END