PNTwitterCover/Example/Pods/Expecta/Expecta/Matchers/EXPMatchers+beGreaterThan.h
2017-09-11 15:24:33 +02:00

7 lines
198 B
Objective-C

#import "Expecta.h"
EXPMatcherInterface(_beGreaterThan, (id expected));
EXPMatcherInterface(beGreaterThan, (id expected));
#define beGreaterThan(expected) _beGreaterThan(EXPObjectify((expected)))