TapCommonDelegate.h 206 B

12345678910111213141516
  1. //
  2. // TapDelegate.h
  3. // Unity-iPhone
  4. //
  5. // Created by xe on 2021/7/14.
  6. //
  7. #import <Foundation/Foundation.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface TapCommonDelegate : NSObject
  10. @end
  11. NS_ASSUME_NONNULL_END