BOOL FBSnapshotTestCaseIs64Bit()

in src/iOSSnapshotTestCaseCore/FBSnapshotTestCasePlatform.m [13:20]


BOOL FBSnapshotTestCaseIs64Bit(void)
{
#if __LP64__
    return YES;
#else
    return NO;
#endif
}