#import <Workshop1.h>
Public Member Functions | |
(id) | - initWithFileHandle: |
Designated initializer. Initializes the file handle for reading. | |
Properties | |
BOOL | quit |
A flag, which is YES when the application should terminate. |
Definition at line 12 of file Workshop1.h.
- (id) initWithFileHandle: | (NSFileHandle*) | fh |
Designated initializer. Initializes the file handle for reading.
fh | The file handle |
Definition at line 20 of file Workshop1.m.
- (BOOL) quit [read, assign] |
A flag, which is YES when the application should terminate.
Definition at line 13 of file Workshop1.h.