| 123456789101112131415161718 |
- //
- // WentingLicense.h
- // Unity-iPhone
- //
- // Created by 吴博 on 2021/7/23.
- //
- #pragma once
- #import <Foundation/Foundation.h>
- @interface WentingLicense : NSObject
- + (instancetype)sharedInstance;
- - (BOOL)CheckAgreeWithLaunchOptions:(NSDictionary*)launchOptions;
- @end
|