20 lines
603 B
Objective-C
20 lines
603 B
Objective-C
//
|
|
// InfiniteCollectionView.h
|
|
// InfiniteCollectionView
|
|
//
|
|
// Created by hiroyuki yoshida on 2016/05/11.
|
|
// Copyright © 2016年 hiroyuki yoshida. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for InfiniteCollectionView.
|
|
FOUNDATION_EXPORT double InfiniteCollectionViewVersionNumber;
|
|
|
|
//! Project version string for InfiniteCollectionView.
|
|
FOUNDATION_EXPORT const unsigned char InfiniteCollectionViewVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <InfiniteCollectionView/PublicHeader.h>
|
|
|
|
|