ViewController.h 274 B

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