// // TYTabTitleViewCellProtocol.h // TYPagerControllerDemo // // Created by tany on 16/5/11. // Copyright © 2016年 tanyang. All rights reserved. // #import @protocol TYTabTitleCellProtocol @property (nonatomic, weak,readonly) UILabel *titleLabel; @end