Update readme

This commit is contained in:
Vlad 2020-08-19 23:38:47 +03:00
parent ec29cb0e27
commit eaf58da24a
1 changed files with 1 additions and 1 deletions

View File

@ -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.