GKDBListView.h 313 B

123456789101112131415161718
  1. //
  2. // GKDBListView.h
  3. // GKPageScrollViewObjc
  4. //
  5. // Created by gaokun on 2020/12/17.
  6. // Copyright © 2020 gaokun. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "GKPageSmoothView.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface GKDBListView : UIView<GKPageSmoothListViewDelegate>
  12. @end
  13. NS_ASSUME_NONNULL_END