ExampleLogger/ExampleAppDelegate.h (5 lines of code) (raw):

// // ExampleAppDelegate.h // ExampleLogger // // Created on 12/24/13. // Copyright (c) 2016 Twitter, Inc. // @import UIKit; @interface ExampleAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @property (strong, nonatomic) UITabBarController *tabBarController; @end