UserPrivacyProlicyViewController.h 251 B

1234567891011121314
  1. //
  2. // UserPrivacyProlicyViewController.h
  3. // XenonSDK
  4. //
  5. // Created by fq on 2020/12/12.
  6. // Copyright © 2020 SAGESSE. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. @interface UserPrivacyProlicyViewController : BaseViewController
  10. @end