Skip to content

Commit

Permalink
Add available protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinJiaDev committed Nov 15, 2016
1 parent a349dc1 commit 9de24de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,13 @@ enum AlertControllerDescription: String, AlertControllerDescribing {
let alertController = Resource.of(AlertControllerDescription.databaseError)
present(alertController, animated: true)
```

## Reference

### Available Protocols

> - AlertControllerDescribing
> - LocalizedStringDescribing
> - StoryboardDescribing
> - StringDescribing
> - ViewControllerDescribing

0 comments on commit 9de24de

Please sign in to comment.