docs: small refactoring of documentation
This commit is contained in:
parent
d9e4ea5ae8
commit
dcc9d23676
|
|
@ -4,13 +4,13 @@
|
|||
_TIDeeplink_ добавляет сервис `TIDeeplinksService` для обработки диплинков
|
||||
|
||||
## Как настроить
|
||||
*/
|
||||
|
||||
1. Создать представителей класса `Deeplink`
|
||||
*/
|
||||
import Foundation
|
||||
import TIDeeplink
|
||||
import UIKit
|
||||
|
||||
//: 1. Создать представителей класса `Deeplink`
|
||||
extension Deeplink {
|
||||
static var editProfile: Deeplink {
|
||||
Deeplink(rawValue: "editProfile")
|
||||
|
|
|
|||
|
|
@ -5,15 +5,13 @@
|
|||
|
||||
## Как настроить
|
||||
|
||||
1. Создать представителей класса `Deeplink`
|
||||
|
||||
```swift
|
||||
import Foundation
|
||||
import TIDeeplink
|
||||
import UIKit
|
||||
```
|
||||
|
||||
1. Создать представителей класса `Deeplink`
|
||||
|
||||
```swift
|
||||
extension Deeplink {
|
||||
static var editProfile: Deeplink {
|
||||
Deeplink(rawValue: "editProfile")
|
||||
|
|
|
|||
Loading…
Reference in New Issue