Update README.md

This commit is contained in:
Jungpyo Hong
2021-04-22 05:14:29 -05:00
committed by GitHub
parent b0e935d02f
commit 03a70bd5ef

View File

@ -115,6 +115,14 @@ You can check the file in the follow link
- [Email, Message, Call](https://github.com/jphong1111/Useful_Swift/blob/main/Helper/ConversationManager.swift)
### Usage
import MesaageUI first
```swift
import MessageUI
```
Then use it
```swift
lazy var manager = ConversationManager(presentingController: self, mailDelegate: self, messageDelegate: self )