Added default init method for PhotoMessageCollectionViewCellDefaultStyle

This commit is contained in:
Anton Schukin 2016-03-10 15:55:53 +00:00
parent 6486e8202d
commit 239c36f33a
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ import UIKit
public class PhotoMessageCollectionViewCellDefaultStyle: PhotoMessageCollectionViewCellStyleProtocol {
public init() { }
private struct Constants {
let tailWidth: CGFloat = 6.0
let aspectRatioIntervalForSquaredSize: ClosedInterval<CGFloat> = 0.90...1.10