From 677d1e2203f423f90ad05eb303e7f08a8a1dc735 Mon Sep 17 00:00:00 2001 From: Josip Injic Date: Fri, 14 Apr 2017 10:44:09 -0400 Subject: [PATCH] Rad-264:Exposing height in struct --- Source/WhisperView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/WhisperView.swift b/Source/WhisperView.swift index fe91e8c..6089e4f 100644 --- a/Source/WhisperView.swift +++ b/Source/WhisperView.swift @@ -6,8 +6,8 @@ public protocol NotificationControllerDelegate: class { open class WhisperView: UIView { - struct Dimensions { - static let height: CGFloat = 24 + public struct Dimensions { + public static let height: CGFloat = 24 static let offsetHeight: CGFloat = height * 2 static let imageSize: CGFloat = 14 static let loaderTitleOffset: CGFloat = 5