mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-31 04:44:14 -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
 | 
