This commit is contained in:
Peter 2015-10-30 17:10:21 -04:00
parent 40e25b4999
commit a7ce005cae
1 changed files with 3 additions and 1 deletions

View File

@ -57,7 +57,9 @@ extension NSDictionary {
} }
} }
// These are implemented as an extension because they're not a part of the DDP spec /**
Extensions that provide core Meteor functionality and a cleaner API
*/
extension DDPClient { extension DDPClient {
/** /**