summaryrefslogtreecommitdiffstats
path: root/lib/libUPnP/Platinum/Source/Tests/MediaServerCocoaTest/MediaServerCocoaTestController.h
blob: 2de7c1027f50d6921716ff08809d57765962e3ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
//  MediaServerCocoaTestController.h
//  Platinum
//
//  Created by Sylvain on 9/14/10.
//  Copyright 2010 Plutinosoft LLC. All rights reserved.
//

#import <Cocoa/Cocoa.h>
#import <Platinum/PltUPnPObject.h>
#import <Platinum/PltMediaServerObject.h>

@interface MediaServerCocoaTestController : NSObject <PLT_MediaServerDelegateObject> {
    IBOutlet NSWindow*	window;
    IBOutlet NSButton*  mainButton;
    
    PLT_UPnPObject*     upnp;
}

@end