BOGOAppDelegate.h 288 B

123456789101112131415
  1. //
  2. // BOGOAppDelegate.h
  3. // BogoPayKit
  4. //
  5. // Created by fandongtongxue on 03/25/2020.
  6. // Copyright (c) 2020 fandongtongxue. All rights reserved.
  7. //
  8. @import UIKit;
  9. @interface BOGOAppDelegate : UIResponder <UIApplicationDelegate>
  10. @property (strong, nonatomic) UIWindow *window;
  11. @end