#import <UIKit/UIKit.h>
@interface GBViewController : UIViewController <UIApplicationDelegate>
@property (nullable, nonatomic, strong) UIWindow *window;
@end