OOPerformanceEventWatchFileSpaceProfiling.h
1 #import "OOPerformanceEventWatchProtocol.h"
2 #import "OOPerformanceEventMatcherProtocol.h"
3 
8 @interface OOPerformanceEventWatchFileSpaceProfiling : NSObject <OOPerformanceEventWatchProtocol>
9 @property (nonatomic, readonly) id<OOPerformanceEventMatcherProtocol> matcher;
10 -(instancetype) init __attribute__((unavailable("init not available")));
11 -(instancetype) initWithMatcher:(id<OOPerformanceEventMatcherProtocol>)matcher;
12 @end
id< OOPerformanceEventMatcherProtocol > matcher
Definition: OOPerformanceEventWatchFileSpaceProfiling.h:9
Sample file space stats whenever notifications match.
Definition: OOPerformanceEventWatchFileSpaceProfiling.h:8
(unavailable("init not available" __attribute__()