Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
vilanovi committed Apr 15, 2014
1 parent a479d89 commit cc283f0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions NSObject+Motis.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
* MACROS
* *************************************************************************************************************************************** */

/*
/**
* Use the mts_key(name) macro to create strings for property names.
*/
**/
#define mts_key(name) NSStringFromSelector(@selector(name))

/* *************************************************************************************************************************************** *
Expand All @@ -32,10 +32,8 @@
#pragma mark - Motis

/**
* Motis
*
* Extends NSObject adding parsing capabilities from JSON dictionaries.
* To parse and set the object from the JSON dictionary, use the methods `parseValue:forKey:` or `parseValuesForKeysWithDictionary:`.
* To parse and set the object from the JSON dictionary, use the methods `mts_setValue:forKey:` or `mts_setValuesForKeysWithDictionary:`.
**/
@interface NSObject (Motis)

Expand Down

0 comments on commit cc283f0

Please sign in to comment.