mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-28 14:10:44 +00:00
8 lines
135 B
Objective-C
8 lines
135 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface UIControl (HitTestEdgeInsets)
|
|
|
|
@property (nonatomic, assign) UIEdgeInsets hitTestEdgeInsets;
|
|
|
|
@end
|