mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 20:02:27 +00:00
Added type information
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
@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<KPKEntry *> *)filteredEntriesUsingBlock:(NodeMatchBlock)matchBlock;
|
||||
- (NSArray<KPKGroup *> *)filteredGroupsUsingBlock:(NodeMatchBlock)matchBlock;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user