summaryrefslogtreecommitdiff
path: root/platform/ios/demo/Examples/ObjectiveC/RuntimeToggleLayerExample.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/demo/Examples/ObjectiveC/RuntimeToggleLayerExample.h')
-rw-r--r--platform/ios/demo/Examples/ObjectiveC/RuntimeToggleLayerExample.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/ios/demo/Examples/ObjectiveC/RuntimeToggleLayerExample.h b/platform/ios/demo/Examples/ObjectiveC/RuntimeToggleLayerExample.h
new file mode 100644
index 0000000000..d5b8b61bf9
--- /dev/null
+++ b/platform/ios/demo/Examples/ObjectiveC/RuntimeToggleLayerExample.h
@@ -0,0 +1,13 @@
+//
+// RuntimeToggleLayerExample.h
+// Examples
+//
+// Created by Eric Wolfe on 11/30/16.
+// Copyright © 2016 Mapbox. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface RuntimeToggleLayerExample : UIViewController
+
+@end