ios-unity/Classes_cocos/UIViewController+Purchase.h
2023-07-20 15:28:40 +08:00

17 lines
205 B
Objective-C

//
// UIViewController+Logger.h
// Unity-iPhone
//
// Created by Hl Zhang on 2023/3/21.
//
#pragma once
#import <UIKit/UIKit.h>
@interface UIViewController (Purchase)
- (void)initPurchaseEnv;
@end