diff --git a/TIDeepLink/TIDeeplink.app/Contents/MacOS/TIDeeplink.playground/Pages/Deeplinks.xcplaygroundpage/Contents.swift b/TIDeepLink/TIDeeplink.app/Contents/MacOS/TIDeeplink.playground/Pages/Deeplinks.xcplaygroundpage/Contents.swift index 342c44e9..847a0c53 100644 --- a/TIDeepLink/TIDeeplink.app/Contents/MacOS/TIDeeplink.playground/Pages/Deeplinks.xcplaygroundpage/Contents.swift +++ b/TIDeepLink/TIDeeplink.app/Contents/MacOS/TIDeeplink.playground/Pages/Deeplinks.xcplaygroundpage/Contents.swift @@ -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") diff --git a/docs/tideeplink/deeplinks.md b/docs/tideeplink/deeplinks.md index c5049b4b..f474ee98 100644 --- a/docs/tideeplink/deeplinks.md +++ b/docs/tideeplink/deeplinks.md @@ -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")