Of a public markdown gist.
Ok bye!
if public {
  print("public")
}| import UIKit | |
| class ChatCollectionViewFlowLayout: UICollectionViewFlowLayout { | |
| private var topMostVisibleItem = Int.max | |
| private var bottomMostVisibleItem = -Int.max | |
| private var offset: CGFloat = 0.0 | |
| private var visibleAttributes: [UICollectionViewLayoutAttributes]? | 
| // | |
| // PagingCarouselFlowLayout.swift | |
| // PagingCarousel | |
| // | |
| // Created by Kyle Zaragoza on 10/28/16. | |
| // Copyright © 2016 Kyle Zaragoza. All rights reserved. | |
| // | |
| import UIKit |