LCSaveOption
Objective-C
@interface LCSaveOption : NSObject
@property (nonatomic, assign) BOOL fetchWhenSave;
@property (nonatomic, strong, nullable) LCQuery *query;
@end
Swift
class LCSaveOption : NSObject
Undocumented