summaryrefslogtreecommitdiffstats
path: root/lib/libUPnP/Platinum/Source/Apps/MobileMediaServer/AppDelegate.h
blob: 4c061b4c76eca3cdefc857413e21f3dfe1429718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  AppDelegate.h
//  MobileMediaServer
//
//  Created by Sylvain Rebaud on 3/10/15.
//
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end