TapCommon-Unity/Plugins/iOS/TapCommonDelegate.h

17 lines
206 B
C
Raw Normal View History

2023-10-23 15:17:12 +08:00
//
// TapDelegate.h
// Unity-iPhone
//
// Created by xe on 2021/7/14.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface TapCommonDelegate : NSObject
@end
NS_ASSUME_NONNULL_END