github.com/SahandAslani/gomobile@v0.0.0-20210909130135-2cb2d44c09b2/example/bind/ios/bind/AppDelegate.h (about) 1 // Copyright 2015 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 #import <UIKit/UIKit.h> 6 7 @interface AppDelegate : UIResponder <UIApplicationDelegate> 8 @property (strong, nonatomic) UIWindow *window; 9 @end 10