SIcon_button.h 273 B

1234567891011121314151617
  1. //
  2. // SIcon_button.h
  3. // LN_School
  4. //
  5. // Created by apple on 2017/4/7.
  6. // Copyright © 2017年 Danson. All rights reserved.
  7. //
  8. //要求btn正方形
  9. #import <UIKit/UIKit.h>
  10. @interface SIcon_button : UIButton
  11. @property (nonatomic, strong) UILabel *contentLabel;
  12. @end