mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 10:32:26 +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>
|
#import <Foundation/Foundation.h>
|
||||||
@class KPKNode;
|
@class KPKNode;
|
||||||
|
@class KPKEntry;
|
||||||
|
@class KPKGroup;
|
||||||
|
|
||||||
typedef BOOL (^NodeMatchBlock)(KPKNode *aNode);
|
typedef BOOL (^NodeMatchBlock)(KPKNode *aNode);
|
||||||
|
|
||||||
@@ -17,7 +19,7 @@ typedef BOOL (^NodeMatchBlock)(KPKNode *aNode);
|
|||||||
|
|
||||||
- (instancetype)init NS_UNAVAILABLE;
|
- (instancetype)init NS_UNAVAILABLE;
|
||||||
|
|
||||||
- (NSArray *)filteredEntriesUsingBlock:(NodeMatchBlock)matchBlock;
|
- (NSArray<KPKEntry *> *)filteredEntriesUsingBlock:(NodeMatchBlock)matchBlock;
|
||||||
- (NSArray *)filteredGroupsUsingBlock:(NodeMatchBlock)matchBlock;
|
- (NSArray<KPKGroup *> *)filteredGroupsUsingBlock:(NodeMatchBlock)matchBlock;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
Reference in New Issue
Block a user