HID_Calibrator/IOHIDDeviceWindowCtrl.h

//
//  IOHIDDeviceWindowCtrl.h
//  HID_Calibrator
//
//  Created by George Warner on 3/26/11.
//  Copyright 2011 Apple Inc. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
#include "HID_Utilities_External.h"
 
@interface IOHIDDeviceWindowCtrl : NSWindowController
 
-(id)initWithIOHIDDeviceRef:(IOHIDDeviceRef)inIOHIDDeviceRef;
 
@property (assign, nonatomic, readwrite) IOHIDDeviceRef _IOHIDDeviceRef;
@property (unsafe_unretained, nonatomic, readwrite) NSArray * _IOHIDElementModels;
@property (unsafe_unretained, readonly) NSString * name;
@end