FUSquareButton.h 264 B

12345678910111213
  1. //
  2. // FUSquareButton.h
  3. // FULive
  4. //
  5. // Created by 孙慕 on 2018/8/28.
  6. // Copyright © 2018年 L. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FUSquareButton : UIButton
  10. - (instancetype)initWithFrame:(CGRect)frame interval:(float)interval;
  11. @end