10 lines
190 B
C
Raw Normal View History

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