AppDelegate.h   [plain text]


//
//  AppDelegate.h
//  KeychainEntitledTestApp_ios
//
//  Copyright (c) 2017 Apple Inc. All rights reserved. 
//
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end