diff options
Diffstat (limited to 'embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.h')
-rw-r--r-- | embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.h b/embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.h new file mode 100644 index 000000000..ff812f5a2 --- /dev/null +++ b/embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.h @@ -0,0 +1,15 @@ +// +// ViewController.h +// GeckoEmbed +// +// Created by Ted Mielczarek on 3/2/15. +// Copyright (c) 2015 Mozilla. All rights reserved. +// + +#import <UIKit/UIKit.h> + +@interface ViewController : UIViewController + + +@end + |