From 239c36f33ad302fc2bef69adef5f89f3e39c57b2 Mon Sep 17 00:00:00 2001 From: Anton Schukin Date: Thu, 10 Mar 2016 15:55:53 +0000 Subject: [PATCH] Added default init method for PhotoMessageCollectionViewCellDefaultStyle --- .../Views/PhotoMessageCollectionViewCellDefaultStyle.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChattoAdditions/Source/Chat Items/PhotoMessages/Views/PhotoMessageCollectionViewCellDefaultStyle.swift b/ChattoAdditions/Source/Chat Items/PhotoMessages/Views/PhotoMessageCollectionViewCellDefaultStyle.swift index d6ab4d6..e7e5b1c 100644 --- a/ChattoAdditions/Source/Chat Items/PhotoMessages/Views/PhotoMessageCollectionViewCellDefaultStyle.swift +++ b/ChattoAdditions/Source/Chat Items/PhotoMessages/Views/PhotoMessageCollectionViewCellDefaultStyle.swift @@ -26,6 +26,8 @@ import UIKit public class PhotoMessageCollectionViewCellDefaultStyle: PhotoMessageCollectionViewCellStyleProtocol { + public init() { } + private struct Constants { let tailWidth: CGFloat = 6.0 let aspectRatioIntervalForSquaredSize: ClosedInterval = 0.90...1.10