OOPerformanceEventMatcherProtocol.h
1 #import <Foundation/Foundation.h>
2 
8 @protocol OOPerformanceEventMatcherProtocol <NSObject>
9 @property (nonatomic, readonly) NSString *notificationName;
10 @property (nonatomic, readonly) NSString *reportName;
11 -(BOOL) matches:(NSNotification*)notification;
12 @end