WentingLicenseWebView.h 256 B

12345678910111213141516
  1. //
  2. // WentingLicenseWebView.h
  3. // Unity-iPhone
  4. //
  5. // Created by 吴博 on 2021/7/23.
  6. //
  7. #pragma once
  8. #import <UIKit/UIKit.h>
  9. @interface WentingLicenseWebView : UIViewController
  10. - (id)initWithUrl:(NSString *)url;
  11. - (void)loadUrl:(NSString *)url;
  12. @end