OHHTTPStubsDescriptor protocol now inherits NSObject protocol
Only change in the API:
@protocol OHHTTPStubsDescriptor
has been changed to@protocol OHHTTPStubsDescriptor <NSObject>
.
Only change in the API:
@protocol OHHTTPStubsDescriptor
has been changed to @protocol OHHTTPStubsDescriptor <NSObject>
.