forked from youtube/youtube-ios-player-helper
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added nullability specifiers to public interface
For better usability in Swift. And also added nil check before -addEntriesFromDictionary: because it takes nonnull NSDictionary * as a parameter (though looks like it works if you pass nil to it...)
- Loading branch information
Ono Masashi
committed
Dec 14, 2015
1 parent
f1b6d00
commit 9525d2f
Showing
2 changed files
with
39 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters