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