iOS:fix Scroller

This commit is contained in:
pengfei.zhou
2020-04-03 18:15:43 +08:00
committed by osborn
parent 2e0bbcfb89
commit eb78e3e201
3 changed files with 29 additions and 24 deletions

View File

@@ -95,6 +95,8 @@ typedef NS_ENUM(NSInteger, DoricGravity) {
- (instancetype)init;
- (void)apply;
- (void)apply:(CGSize)frameSize;
@end