1 #import <Foundation/Foundation.h> 2 #import "OOPerformanceEventWatchProtocol.h" 3 #import "OOPerformanceEventMatcherProtocol.h" 10 @property (nonatomic, readonly) id<OOPerformanceEventMatcherProtocol>
start;
11 @property (nonatomic, readonly) id<OOPerformanceEventMatcherProtocol>
end;
12 -(instancetype) init
__attribute__((unavailable("init not available")));
13 -(instancetype) initWithStart:(
id<OOPerformanceEventMatcherProtocol>)start end:(
id<OOPerformanceEventMatcherProtocol>)end;