ObjCBool

The Objective-C BOOL type.

@frozen struct ObjCBool

On 64-bit iOS, the Objective-C BOOL type is a typedef of C/C++ bool. Elsewhere, it is “signed char”. The Clang importer imports it as ObjCBool.