mirror of
https://github.com/zhigang1992/IOS7ScrollViews.git
synced 2026-01-12 22:48:09 +08:00
14 lines
242 B
Objective-C
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
|