SettingController.h 326 B

1234567891011121314151617
  1. //
  2. // SettingController.h
  3. // AJPushDemo
  4. //
  5. // Created by Black on 2021/2/4.
  6. // Copyright © 2018 anji-plus 安吉加加信息技术有限公司 http://www.anji-plus.com. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface SettingController : UIViewController
  11. @end
  12. NS_ASSUME_NONNULL_END