- //
- // BOGOAppDelegate.h
- // BogoPayKit
- //
- // Created by fandongtongxue on 03/25/2020.
- // Copyright (c) 2020 fandongtongxue. All rights reserved.
- //
- @import UIKit;
- @interface BOGOAppDelegate : UIResponder <UIApplicationDelegate>
- @property (strong, nonatomic) UIWindow *window;
- @end
|