2025-04-19 15:05:22 +08:00

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