// // CSSectionHeader.h // CSStickyHeaderFlowLayoutDemo // // Created by James Tang on 3/2/15. // Copyright (c) 2015 Jamz Tang. All rights reserved. // #import @interface CSSectionHeader : UICollectionReusableView @property (weak, nonatomic) IBOutlet UILabel *textLabel; @end