mirror of
https://github.com/zhigang1992/IOS7ScrollViews.git
synced 2026-06-09 20:21:35 +08:00
14 lines
252 B
Objective-C
14 lines
252 B
Objective-C
//
|
|
// SVSpringyFlowLayout.h
|
|
// iOS7ScrollViews
|
|
//
|
|
// Created by Pierre Felgines on 20/06/13.
|
|
// Copyright (c) 2013 Pierre Felgines. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface SVSpringyFlowLayout : UICollectionViewFlowLayout
|
|
|
|
@end
|