root/trunk/TypePadController.h
@
41
| Revision 41, 215 bytes (checked in by ngerakines, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | /* TypePadController */ |
| 2 | |
| 3 | #import <Cocoa/Cocoa.h> |
| 4 | |
| 5 | @interface TypePadController : NSObject { |
| 6 | IBOutlet id bloglist; |
| 7 | IBOutlet id commentlist; |
| 8 | } |
| 9 | |
| 10 | - (IBAction)refreshcomments:(id)sender; |
| 11 | |
| 12 | - (void) init_comemode; |
| 13 | |
| 14 | @end |
Note: See TracBrowser
for help on using the browser.
