Add comments.

This commit is contained in:
SBiOSoftWhare
2020-08-03 19:43:45 +02:00
parent 9956426873
commit c865e7f5d1
9 changed files with 9 additions and 0 deletions
@@ -16,6 +16,7 @@ limitations under the License.
import Foundation
/// `SizingViewHeightStore` allows to store `SizingViewHeight` for a given hash value
final class SizingViewHeightStore {
private var sizes = Set<SizingViewHeight>()