GKDBViewController.h 252 B

12345678910111213141516
  1. //
  2. // GKDBViewController.h
  3. // GKPageScrollViewObjc
  4. //
  5. // Created by gaokun on 2020/12/17.
  6. // Copyright © 2020 gaokun. All rights reserved.
  7. //
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface GKDBViewController : UIViewController
  10. @end
  11. NS_ASSUME_NONNULL_END