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