iOS: fix type error

This commit is contained in:
pengfei.zhou 2021-07-15 16:39:57 +08:00 committed by osborn
parent 5c089f1b7c
commit de8d102bc8

View File

@ -164,7 +164,7 @@ @interface DoricFlowLayoutNode () <UICollectionViewDataSource, UICollectionViewD
@property(nonatomic, copy) NSString *onScrollFuncId;
@property(nonatomic, copy) NSString *onScrollEndFuncId;
@property(nonatomic, strong) DoricJSDispatcher *jsDispatcher;
@property(nonatomic, assign) NSUInteger loadAnchor;
@property(nonatomic, assign) NSInteger loadAnchor;
@end
@implementation DoricFlowLayoutNode