EMAppDelegate.h
287 Bytes
//
// EMAppDelegate.h
// BroadcastExample
//
// Created by Dexter Weiss on 12/17/13.
// Copyright (c) 2013 Emmoco. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface EMAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end