TapLogin-Unity/Plugins/iOS/TapLoginDelegate.h

17 lines
205 B
C
Raw Normal View History

2021-12-20 14:42:28 +08:00
//
// TapDelegate.h
// Unity-iPhone
//
// Created by xe on 2021/7/14.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface TapLoginDelegate : NSObject
@end
NS_ASSUME_NONNULL_END