JXCirclePermissionsVC.h 328 B

12345678910111213141516171819
  1. //
  2. // JXCirclePermissionsVC.h
  3. // shiku_im
  4. //
  5. // Created by 1 on 2019/8/27.
  6. // Copyright © 2019年 Reese. All rights reserved.
  7. //
  8. #import "admobViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface JXCirclePermissionsVC : admobViewController
  11. @property (nonatomic, strong) JXUserObject *user;
  12. @end
  13. NS_ASSUME_NONNULL_END