diff --git a/MacPass/MPPluginHost.h b/MacPass/MPPluginHost.h index 36d99d33..180cab5b 100644 --- a/MacPass/MPPluginHost.h +++ b/MacPass/MPPluginHost.h @@ -8,6 +8,8 @@ #import @class KPKNode; +@class KPKEntry; +@class KPKGroup; typedef BOOL (^NodeMatchBlock)(KPKNode *aNode); @@ -17,7 +19,7 @@ typedef BOOL (^NodeMatchBlock)(KPKNode *aNode); - (instancetype)init NS_UNAVAILABLE; -- (NSArray *)filteredEntriesUsingBlock:(NodeMatchBlock)matchBlock; -- (NSArray *)filteredGroupsUsingBlock:(NodeMatchBlock)matchBlock; +- (NSArray *)filteredEntriesUsingBlock:(NodeMatchBlock)matchBlock; +- (NSArray *)filteredGroupsUsingBlock:(NodeMatchBlock)matchBlock; @end