From eaf58da24aef50bf63cda3963243c5d879f30f30 Mon Sep 17 00:00:00 2001 From: Vlad Date: Wed, 19 Aug 2020 23:38:47 +0300 Subject: [PATCH] Update readme --- TIUIKitCore/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIUIKitCore/README.md b/TIUIKitCore/README.md index 201d28db..9c46b9b3 100644 --- a/TIUIKitCore/README.md +++ b/TIUIKitCore/README.md @@ -5,7 +5,7 @@ Core UI elements: protocols, views and helpers. # Protocols - [InitializableView](InitializableView/InitializableView.swift) - protocol with methods that should be called in constructor methods of view. -- [Animatable](Animatable/Animatable.swift)- protocol that ensures that specific type support basic animation actions. +- [Animatable](Animatable/Animatable.swift) - protocol that ensures that specific type support basic animation actions. - [ActivityIndicator](ActivityIndicator/ActivityIndicator.swift) - basic activity indicator. - [ActivityIndicatorHolder](ActivityIndicator/ActivityIndicatorHolder.swift) - placeholder view, containing activity indicator.