Make touchBar readwrite/nullable
This commit is contained in:
parent
d4d3c78701
commit
69638a399c
2 changed files with 3 additions and 3 deletions
|
@ -121,7 +121,7 @@ static const NSTouchBarItemIdentifier NSTouchBarItemIdentifierOtherItemsProxy =
|
|||
|
||||
@interface NSWindow (TouchBarSDK)
|
||||
|
||||
@property(strong, readonly) NSTouchBar* touchBar;
|
||||
@property(strong, readwrite, nullable) NSTouchBar* touchBar;
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue