kodi
lib
libUPnP
Platinum
Source
Tests
MediaServerCocoaTest
MediaServerCocoaTestController.h
1
//
2
// MediaServerCocoaTestController.h
3
// Platinum
4
//
5
// Created by Sylvain on 9/14/10.
6
// Copyright 2010 Plutinosoft LLC. All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
#import <Platinum/PltUPnPObject.h>
11
#import <Platinum/PltMediaServerObject.h>
12
13
@interface
MediaServerCocoaTestController
: NSObject <
PLT_MediaServerDelegateObject
> {
14
IBOutlet NSWindow* window;
15
IBOutlet NSButton* mainButton;
16
17
PLT_UPnPObject
* upnp;
18
}
19
20
@end
MediaServerCocoaTestController
Definition:
MediaServerCocoaTestController.h:13
PLT_UPnPObject
Definition:
PltUPnPObject.h:52
PLT_MediaServerDelegateObject-p
Definition:
PltMediaServerObject.h:79
Generated by
1.8.13