summaryrefslogtreecommitdiff
path: root/ios/stronglifters/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ios/stronglifters/AppDelegate.h')
-rw-r--r--ios/stronglifters/AppDelegate.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/ios/stronglifters/AppDelegate.h b/ios/stronglifters/AppDelegate.h
new file mode 100644
index 0000000..a9654d5
--- /dev/null
+++ b/ios/stronglifters/AppDelegate.h
@@ -0,0 +1,16 @@
+/**
+ * Copyright (c) 2015-present, Facebook, Inc.
+ * All rights reserved.
+ *
+ * This source code is licensed under the BSD-style license found in the
+ * LICENSE file in the root directory of this source tree. An additional grant
+ * of patent rights can be found in the PATENTS file in the same directory.
+ */
+
+#import <UIKit/UIKit.h>
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (nonatomic, strong) UIWindow *window;
+
+@end