1234567891011121314151617181920212223 |
- //
- // JXQuestionnnnVc.h
- // shiku_im
- //
- // Created by os on 2020/7/2.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface JXQuestionnnnVc : JXTableViewController
- @property(strong,nonatomic)NSString * ifAnswer;
- @property (nonatomic,assign) BOOL isAnsware;
- @property (nonatomic,assign) BOOL isCheck;
- @property (nonatomic,assign) BOOL isclick;
- @end
- NS_ASSUME_NONNULL_END
|