Skip to content

Commit

Permalink
Merge pull request hyperoslo#153 from WPMedia/master
Browse files Browse the repository at this point in the history
Exposing height Constraint
  • Loading branch information
zenangst authored Apr 18, 2017
2 parents 4da9433 + 65e8a13 commit 5259afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/WhisperView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5259afb

Please sign in to comment.