PGPickerColumnCell.h 331 B

12345678910111213141516
  1. //
  2. // PGPickerColumnCell.h
  3. // PGPickerView
  4. //
  5. // Created by piggybear on 2017/7/26.
  6. // Copyright © 2017年 piggybear. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface PGPickerColumnCell : UITableViewCell
  10. @property (nonatomic, weak) UILabel *label;
  11. - (void)transformWith:(CGFloat)angle scale:(CGFloat)scale;
  12. @end