Preparing to add widget support
[RExecServer.git] / DeviceView.h
blob77aea3e4bffa701133975144b2fd4a19b0735484
1 //
2 // DeviceView.h
3 // RExecServer
4 //
5 // Created by Byron Ellis on 6/29/07.
6 // Copyright 2007 __MyCompanyName__. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
10 #import "RDevice.h"
12 @interface DeviceView : NSView<RDeviceDelegate> {
13 RDevice *device;
16 @end