Files

17 lines
290 B
Objective-C

//
// AppDelegate.h
// LNPopupControllerExample
//
// Created by Leo Natan on 7/16/15.
// Copyright © 2015 Leo Natan. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow* window;
@end