16@property(nonatomic, copy, nullable) NSString *
category;
24@property(nonatomic, assign)
long time;
28@property(nonatomic, strong) NSArray<NSString *> *
imageList;
45 callback:(
void (^)(NSInteger resultCode, NSString *resultMessage,
id resultData))callback;
53- (void)loadFeedbackView:(
void (^)(NSInteger code, NSString *message,
54 UIViewController *viewController))callback;
定义 NEFeedbackService.h:13
BOOL needAudioDump
定义 NEFeedbackService.h:32
NSArray< NSString * > * imageList
定义 NEFeedbackService.h:28
NSString * description
定义 NEFeedbackService.h:20
NSString * category
定义 NEFeedbackService.h:16
long time
定义 NEFeedbackService.h:24
定义 NEFeedbackService.h:37