OOPerformanceEventWatchCounting.h
1 #import "OOPerformanceEventWatchProtocol.h"
2 #import "OOPerformanceEventMatcherProtocol.h"
3 
8 @interface OOPerformanceEventWatchCounting : 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
(unavailable("init not available" __attribute__()
id< OOPerformanceEventMatcherProtocol > matcher
Definition: OOPerformanceEventWatchCounting.h:9
Increment a counter whenever notifications match.
Definition: OOPerformanceEventWatchCounting.h:8