Skip to content

Commit

Permalink
Readme file updated
Browse files Browse the repository at this point in the history
1. Resolved some typo mistakes
  • Loading branch information
Fahid Attique committed Jul 18, 2017
1 parent 8be2d8e commit 40b3c41
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,13 354,13 @@ if let data = UserDefaults.standard.value(forKey: "<Any Key you want>") {
### AFJSONable


- Let say, you want to convert Movie class object in dictionary to pass it in some api request. Just confirm it to protocol "AZJSONable"
- Let say, you want to convert Movie class object in dictionary to pass it in some api request. Just conform it to protocol "AZJSONable"

```swift

import FAParser

// Confirm your Modal Class with AZJSONable Protocol
// conform your Modal Class with AZJSONable Protocol

class Movie: AZJSONable {

Expand Down

0 comments on commit 40b3c41

Please sign in to comment.