- //
- // FUSquareButton.h
- // FULive
- //
- // Created by 孙慕 on 2018/8/28.
- // Copyright © 2018年 L. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FUSquareButton : UIButton
- - (instancetype)initWithFrame:(CGRect)frame interval:(float)interval;
- @end
|