// // VipLessonCollectionReusableView.h // jiaPei // // Created by 张嵘 on 2019/6/27. // Copyright © 2019 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface VipLessonCollectionReusableView : UICollectionReusableView @property (weak, nonatomic) IBOutlet UILabel *rightTitleLabel; @end NS_ASSUME_NONNULL_END