fix missing space

This commit is contained in:
rfm 2024-10-29 16:10:46 +00:00
parent ab5d06da6a
commit 490791a5e0

View file

@ -298,7 +298,7 @@ extern "C" {
@end
@protocol NSSecureCoding <NSCoding>
+ (BOOL)supportsSecureCoding;
+ (BOOL) supportsSecureCoding;
@end