UIDevice-Utils/Example/Pods/Expecta/Expecta/Matchers/EXPMatchers+beLessThan.h
2015-11-09 12:36:56 +01:00

7 lines
186 B
Objective-C

#import "Expecta.h"
EXPMatcherInterface(_beLessThan, (id expected));
EXPMatcherInterface(beLessThan, (id expected));
#define beLessThan(expected) _beLessThan(EXPObjectify((expected)))