// // TYTabTitleViewCell.h // TYPagerControllerDemo // // Created by tany on 16/5/4. // Copyright © 2016年 tanyang. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @protocol TYTabPagerBarCellProtocol /** font ,textColor will use TYTabPagerBarLayout's textFont,textColor */ @property (nonatomic, strong, readonly) UILabel *titleLabel; @end @interface TYTabPagerBarCell : UICollectionViewCell @property (nonatomic, weak,readonly) UILabel *titleLabel; + (NSString *)cellIdentifier; @end NS_ASSUME_NONNULL_END