123456789101112131415161718192021 |
- //
- // VipLessonViewController.h
- // jiaPei
- //
- // Created by 张嵘 on 2019/6/26.
- // Copyright © 2019 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import <YNPageViewController/YNPageViewController.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface VipLessonViewController : YNPageViewController
- + (instancetype)suspendCenterPageVC;
- + (instancetype)suspendCenterPageVCWithConfig:(YNPageConfigration *)config;
- @end
- NS_ASSUME_NONNULL_END
|