VipLessonViewController.h 440 B

123456789101112131415161718192021
  1. //
  2. // VipLessonViewController.h
  3. // jiaPei
  4. //
  5. // Created by 张嵘 on 2019/6/26.
  6. // Copyright © 2019 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <YNPageViewController/YNPageViewController.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface VipLessonViewController : YNPageViewController
  12. + (instancetype)suspendCenterPageVC;
  13. + (instancetype)suspendCenterPageVCWithConfig:(YNPageConfigration *)config;
  14. @end
  15. NS_ASSUME_NONNULL_END