mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-22 02:58:45 -04:00
8 lines
300 B
Objective-C
8 lines
300 B
Objective-C
#include "YTQTMButton.h"
|
|
#import "YTQTMButton.h"
|
|
|
|
@protocol YTSlimVideoDetailsActionViewDelegate <NSObject>
|
|
- (void)didTapButton:(YTQTMButton *)button fromRect:(CGRect)rect inView:(UIView *)view;
|
|
- (void)handleLongPressOnButton:(YTQTMButton *)button fromRect:(CGRect)rect inView:(UIView *)view;
|
|
@end
|