luxlabs header browser preview


@class IMAccount, FTRegConnectionHandler;

@interface CNFInternalAccountViewController : PSListController {
    FTRegConnectionHandler *_connectionHandler;
}

@property (retain, nonatomic) IMAccount *account;

- (id)initWithAccount:(id)a0;
- (id)bundle;
- (id)specifiers;
- (void)viewWillDisappear:(BOOL)a0;
- (void).cxx_destruct;
- (void)viewDidAppear:(BOOL)a0;
- (void)_stopListeningForNotifications;
- (void)_handleDaemonConnected:(id)a0;
- (void)_handleDaemonDisconnected:(id)a0;
- (void)_startListeningForNotifications;
- (id)statusForAlias:(id)a0;
- (void)_handleAccountNotification:(id)a0;
- (id)accountDisplayName:(id)a0;
- (id)accountIsActive:(id)a0;
- (id)accountLogin:(id)a0;
- (id)accountLoginStatus:(id)a0;
- (id)accountType:(id)a0;
- (BOOL)isConnectedToDaemon;
- (id)registrationFailureReason:(id)a0;
- (id)registrationStatus:(id)a0;
- (id)specifierForAlias:(id)a0;

@end