TYTabTitleCellProtocol.h 298 B

12345678910111213
  1. //
  2. // TYTabTitleViewCellProtocol.h
  3. // TYPagerControllerDemo
  4. //
  5. // Created by tany on 16/5/11.
  6. // Copyright © 2016年 tanyang. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @protocol TYTabTitleCellProtocol <NSObject>
  10. @property (nonatomic, weak,readonly) UILabel *titleLabel;
  11. @end