WentingLicense.h 276 B

123456789101112131415161718
  1. //
  2. // WentingLicense.h
  3. // Unity-iPhone
  4. //
  5. // Created by 吴博 on 2021/7/23.
  6. //
  7. #pragma once
  8. #import <Foundation/Foundation.h>
  9. @interface WentingLicense : NSObject
  10. + (instancetype)sharedInstance;
  11. - (BOOL)CheckAgreeWithLaunchOptions:(NSDictionary*)launchOptions;
  12. @end