diff --git a/CHTCollectionViewWaterfallLayout.swift b/CHTCollectionViewWaterfallLayout.swift index 501140a..d5860ae 100755 --- a/CHTCollectionViewWaterfallLayout.swift +++ b/CHTCollectionViewWaterfallLayout.swift @@ -56,9 +56,9 @@ enum CHTCollectionViewWaterfallLayoutItemRenderDirection : NSInteger{ case chtCollectionViewWaterfallLayoutItemRenderDirectionRightToLeft } +public let CHTCollectionElementKindSectionHeader = "CHTCollectionElementKindSectionHeader" +public let CHTCollectionElementKindSectionFooter = "CHTCollectionElementKindSectionFooter" class CHTCollectionViewWaterfallLayout : UICollectionViewLayout{ - let CHTCollectionElementKindSectionHeader = "CHTCollectionElementKindSectionHeader" - let CHTCollectionElementKindSectionFooter = "CHTCollectionElementKindSectionFooter" var columnCount : NSInteger{ didSet{