OOPerformanceNotificationNameMatcher.h
1 #import <Foundation/Foundation.h>
2 #import "OOPerformanceEventMatcherProtocol.h"
3 
8 @interface OOPerformanceNotificationNameMatcher : NSObject <OOPerformanceEventMatcherProtocol>
9 -(instancetype) init __attribute__((unavailable("init not available")));
10 -(instancetype) initWithNotificationName:(NSString*)notificationName;
11 @end
(unavailable("init not available" __attribute__()
Match only on a notification&#39;s name.
Definition: OOPerformanceNotificationNameMatcher.h:8