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