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