123456789101112131415161718 |
- //
- // VipLessonContentViewController.h
- // jiaPei
- //
- // Created by 张嵘 on 2019/6/27.
- // Copyright © 2019 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface VipLessonContentViewController : UIViewController
- @property (nonatomic, readonly, strong) UICollectionView *collectionView;
- @end
- NS_ASSUME_NONNULL_END
|