@protocol IMPerfProfilerBehavior, IMPerfProfilerSink; @interface IMPerfSinkPair : NSObject @property (readonly, nonatomic) id behavior; @property (readonly, nonatomic) id sink; - (void).cxx_destruct; - (id)initWithBehavior:(id)a0 sink:(id)a1; @end