// // TYTabTitleViewCell.h // TYPagerControllerDemo // // Created by tany on 16/5/4. // Copyright © 2016年 tanyang. All rights reserved. // #import #import "TYTabTitleCellProtocol.h" @interface TYTabTitleViewCell : UICollectionViewCell @property (nonatomic, weak,readonly) UILabel *titleLabel; @end