|
|
@@ -23,4 +23,9 @@
|
|
|
@property (strong,nonatomic) NSMutableArray * hidefields;
|
|
|
@property NSUInteger taptime;
|
|
|
@property NSIndexPath* lasttap;
|
|
|
+
|
|
|
+// 2019.1.21修改,在Result中显示最多三个
|
|
|
+@property (nonatomic,assign) BOOL forNewResult;
|
|
|
+@property (nonatomic,assign) NSUInteger maxDisplayCount;
|
|
|
+
|
|
|
@end
|