Sha256: c3f54eba025102ce852c495e84192937718b6c1201a12beffc20262a1c9af00b
Contents?: true
Size: 308 Bytes
Versions: 24
Compression:
Stored size: 308 Bytes
Contents
#import "Expecta.h" EXPMatcherInterface(_beIdenticalTo, (void *expected)); EXPMatcherInterface(beIdenticalTo, (void *expected)); // to aid code completion #if __has_feature(objc_arc) #define beIdenticalTo(expected) _beIdenticalTo((__bridge void*)expected) #else #define beIdenticalTo _beIdenticalTo #endif
Version data entries
24 entries across 8 versions & 2 rubygems