Files
mier_ios/SweetParty/Expand/Category/UIView+TapBlock.h

17 lines
233 B
C
Raw Normal View History

2025-08-11 10:43:19 +08:00
//
// UIView+TapBlock.h
// self
//
// Created by eee on 2017/10/20.
// Copyright © 2017年 eeee. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIView (TapBlock)
- (void)dg_Tapped:(void(^)(void))tappBlock;
@end