Files
IOS7ScrollViews/iOS7ScrollViews/SVSpingyFlowLayout.h
2013-09-03 10:42:23 +08:00

14 lines
242 B
Objective-C

//
// SVSpingyFlowLayout.h
// iOS7ScrollViews
//
// Created by Kyle Fang on 9/3/13.
// Copyright (c) 2013 Pierre Felgines. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface SVSpingyFlowLayout : UICollectionViewFlowLayout
@end