#import <Cocoa/Cocoa.h>

@interface SimpleBrowserController : NSObject {
    // you'll declare instance variables here
}
    // you'll declare methods here
@end
