AmazonChimeSDKDemo/AmazonChimeSDKDemoObjC/AppDelegate.h (4 lines of code) (raw):
//
// AppDelegate.h
// AmazonChimeSDKDemo
//
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow * window;
@end