Inherits from NSObject
Declared in NPDelegatesContainer.h

Properties

currencyDelegate

@property (nonatomic, weak) id<NPCurrencyDelegate> currencyDelegate

nextpeerDelegate

@property (nonatomic, weak) id<NextpeerDelegate> nextpeerDelegate

notificationDelegate

@property (nonatomic, weak) id<NPNotificationDelegate> notificationDelegate

tournamentDelegate

@property (nonatomic, weak) id<NPTournamentDelegate> tournamentDelegate

Class Methods

containerWithNextpeerDelegate:

+ (NPDelegatesContainer *)containerWithNextpeerDelegate:(id<NextpeerDelegate>)aNPDelegate

containerWithNextpeerDelegate:notificationDelegate:

+ (NPDelegatesContainer *)containerWithNextpeerDelegate:(id<NextpeerDelegate>)aNPDelegate notificationDelegate:(id<NPNotificationDelegate>)aNoticeDelegate

containerWithNextpeerDelegate:notificationDelegate:tournamentDelegate:

+ (NPDelegatesContainer *)containerWithNextpeerDelegate:(id<NextpeerDelegate>)aNPDelegate notificationDelegate:(id<NPNotificationDelegate>)aNoticeDelegate tournamentDelegate:(id<NPTournamentDelegate>)aTournamentDelegate

containerWithNextpeerDelegate:notificationDelegate:tournamentDelegate:currencyDelegate:

+ (NPDelegatesContainer *)containerWithNextpeerDelegate:(id<NextpeerDelegate>)aNPDelegate notificationDelegate:(id<NPNotificationDelegate>)aNoticeDelegate tournamentDelegate:(id<NPTournamentDelegate>)aTournamentDelegate currencyDelegate:(id<NPCurrencyDelegate>)aCurrencyDelegate

containerWithNextpeerDelegate:tournamentDelegate:

+ (NPDelegatesContainer *)containerWithNextpeerDelegate:(id<NextpeerDelegate>)aNPDelegate tournamentDelegate:(id<NPTournamentDelegate>)aTournamentDelegate