iOS-Runtime-Headers
iOS-Runtime-Headers copied to clipboard
"iOS 8.1.1" commit displays `BOOL` incorrectly, boolean instance variables
Hi @nst,
Something happened with the "iOS 8.1.1" commit. BOOL
appears as bool
now, but more importantly, boolean instance variables appear as bool_var
instead of BOOL _var
.
Please fix this.