Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// GiGaBlockButton.h
|
||||
// GIGA
|
||||
//
|
||||
// Created by lianxiang on 2018/8/20.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
typedef void (^ClickActionBlock)(UIButton *);
|
||||
|
||||
@interface GiGaBlockButton : UIButton
|
||||
|
||||
@property(nonatomic,copy) ClickActionBlock clickBlock;
|
||||
-(void)initWithBlock:(ClickActionBlock)clickBlock for:(UIControlEvents)envent;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user