blob: 39016534b968c315ef29a8ab4ad6ca429c5f9cbd [file] [log] [blame]
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
#import <WebKit/WebKit.h>
#import "Suggestion.h"
#import "IvyController.h"
@interface AppDelegate
: UIResponder <UIApplicationDelegate, UITextFieldDelegate, WKUIDelegate>
@property (strong, nonatomic) UIWindow *window;
@end