X-Git-Url: https://code.grnet.gr/git/pithos-macos/blobdiff_plain/cb6abe7283fd973e5dacbbf7a8bc920fd2eed089..ea506e4bf18ffa9e0a592ac0207f43b9e669297f:/pithos-macos/PithosBrowserController.h diff --git a/pithos-macos/PithosBrowserController.h b/pithos-macos/PithosBrowserController.h index 6a307f8..4473c55 100644 --- a/pithos-macos/PithosBrowserController.h +++ b/pithos-macos/PithosBrowserController.h @@ -38,6 +38,7 @@ #import #import "PithosActivityFacility.h" @class ASIPithos; +@class PithosAccount; @class PithosNode; @class PithosAccountNode; @class PithosSharingAccountsNode; @@ -51,6 +52,7 @@ ASIPithos *pithos; + PithosAccount *__unsafe_unretained pithosAccountManager; PithosNode *rootNode; PithosAccountNode *accountNode; PithosEmptyNode *containersNode; @@ -104,6 +106,7 @@ @property (nonatomic, strong) ASIPithos *pithos; +@property (nonatomic, unsafe_unretained) PithosAccount *pithosAccountManager; @property (nonatomic, strong) PithosAccountNode *accountNode; @property (nonatomic, unsafe_unretained) IBOutlet NSSplitView *verticalSplitView;