fix: DoricSwipeRefreshLayout.h import <UIKit/UIKit.h>

This commit is contained in:
吴尚昆 2022-07-19 14:25:16 +08:00 committed by osborn
parent 037f5afbe0
commit 371f18c6f5

View File

@ -3,6 +3,7 @@
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@protocol DoricSwipePullingDelegate <NSObject>
- (void)startAnimation;