17 lines
310 B
Objective-C
17 lines
310 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// WebViewJavascriptBridgeTestHost
|
|
//
|
|
// Created by Pieter De Baets on 18/04/2015.
|
|
// Copyright (c) 2015 marcuswestin. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
@end
|
|
|