17 lines
		
	
	
		
			264 B
		
	
	
	
		
			C
		
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			264 B
		
	
	
	
		
			C
		
	
	
	
|  | 
 | ||
|  | #import "TDDelegateProxy.h"
 | ||
|  | 
 | ||
|  | #if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_10_0
 | ||
|  | #import <UserNotifications/UserNotifications.h>
 | ||
|  | #endif
 | ||
|  | 
 | ||
|  | NS_ASSUME_NONNULL_BEGIN | ||
|  | 
 | ||
|  | @interface TDUNUserNotificationCenterDelegateProxy : TDDelegateProxy | ||
|  | 
 | ||
|  | 
 | ||
|  | 
 | ||
|  | @end | ||
|  | 
 | ||
|  | NS_ASSUME_NONNULL_END |