Rev | Line | |
---|
[157] | 1 | //
|
---|
| 2 | // X10RemoteController.h
|
---|
| 3 | // X10Remote
|
---|
| 4 | //
|
---|
| 5 | // Created by Nicholas Riley on Sat Jan 24 2004.
|
---|
| 6 | // Copyright (c) 2004 __MyCompanyName__. All rights reserved.
|
---|
| 7 | //
|
---|
| 8 |
|
---|
| 9 | #import <AppKit/AppKit.h>
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 | @interface X10RemoteController : NSWindowController {
|
---|
| 13 | NSTask *remoteShellTask;
|
---|
| 14 | NSFileHandle *remoteShellInput;
|
---|
| 15 | }
|
---|
| 16 |
|
---|
| 17 | - (IBAction)turnUnitOn:(NSButton *)sender;
|
---|
| 18 | - (IBAction)turnUnitOff:(NSButton *)sender;
|
---|
| 19 |
|
---|
| 20 | @end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.