File: MediaServerCocoaTestController.h

package info (click to toggle)
kodi 2%3A19.1%2Bdfsg2-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 105,508 kB
  • sloc: cpp: 655,071; xml: 64,287; ansic: 37,640; sh: 8,574; python: 7,322; javascript: 2,325; makefile: 1,752; perl: 969; java: 513; cs: 390; objc: 340
file content (20 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (10)
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