#import <Cocoa/Cocoa.h>
#import <AddressBook/AddressBook.h>
@interface AngelaBrett : NSCoder < Sex > {
NSApplication *brettrix;
NSApplication *apronyms;
NSApplication *imageSizer;
NSApplication *inTheZone;
NSURL *homePage;
NSURL *resume;
NSURL *travelLog;
NSURL *apronymsWebsite;
NSURL *oldScientist;
ABGroup *friends;
}
+ (AngelaBrett *)sharedAngelaBrett;
- (BOOL)sendEmail;
- (NSArray *)photos;
- (NSString *)geekCode;
- (void)aboutBrettrix;
- (void)aboutApronyms;
- (void)aboutImageSizer;
- (void)aboutInTheZone;
- (void)openHomePage;
- (void)openResume;
- (void)openTravelLog;
- (void)openApronymsWebsite;
- (void)openOldScientist;
@end