aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/iOS7AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/ios7/iOS7AppDelegate.h')
-rw-r--r--backends/platform/ios7/iOS7AppDelegate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/platform/ios7/iOS7AppDelegate.h b/backends/platform/ios7/iOS7AppDelegate.h
index a34ad9bb18..224989880d 100644
--- a/backends/platform/ios7/iOS7AppDelegate.h
+++ b/backends/platform/ios7/iOS7AppDelegate.h
@@ -20,6 +20,9 @@
*
*/
+#ifndef BACKENDS_PLATFORM_IOS7_IOS7_APP_DELEGATE_H
+#define BACKENDS_PLATFORM_IOS7_IOS7_APP_DELEGATE_H
+
#import <UIKit/UIKit.h>
@class iPhoneView;
@@ -31,3 +34,5 @@
+ (iPhoneView *)iPhoneView;
@end
+
+#endif