cocoabits / MASShortcut

Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:
http://blog.shpakovski.com/2012/07/global-keyboard-shortcuts-in-cocoa.html
BSD 2-Clause "Simplified" License
1.52k stars 220 forks source link

Add nullability annotations #134

Closed zoul closed 5 years ago

zoul commented 5 years ago

These are some basic annotations (see #102) that mostly make it easier to use MASShortcut from Swift, since the properties no longer show up as suspect implicitly unwrapped optionals. I did not annotate all the classes, just the main ones that most people will use.