Skip to content

Commit

Permalink
fix missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Oct 29, 2024
1 parent db750db commit 67af9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Headers/Foundation/NSObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ extern "C" {
@end

@protocol NSSecureCoding <NSCoding>
+ (BOOL)supportsSecureCoding;
+ (BOOL) supportsSecureCoding;
@end


Expand Down

0 comments on commit 67af9fa

Please sign in to comment.