10 lines
190 B
Objective-C

#import "Nocilla.h"
typedef LSStubResponseDSL * (^WithJSONMethod)(id json);
@interface LSStubResponseDSL (WithJSON)
@property (nonatomic, strong, readonly) WithJSONMethod withJSON;
@end