| 123456789101112131415161718 |
- //
- // GKDBListView.h
- // GKPageScrollViewObjc
- //
- // Created by gaokun on 2020/12/17.
- // Copyright © 2020 gaokun. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "GKPageSmoothView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface GKDBListView : UIView<GKPageSmoothListViewDelegate>
- @end
- NS_ASSUME_NONNULL_END
|