TYTabTitleViewCell.h 347 B

1234567891011121314
  1. //
  2. // TYTabTitleViewCell.h
  3. // TYPagerControllerDemo
  4. //
  5. // Created by tany on 16/5/4.
  6. // Copyright © 2016年 tanyang. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "TYTabTitleCellProtocol.h"
  10. @interface TYTabTitleViewCell : UICollectionViewCell<TYTabTitleCellProtocol>
  11. @property (nonatomic, weak,readonly) UILabel *titleLabel;
  12. @end