17 lines
349 B
Objective-C
17 lines
349 B
Objective-C
//
|
|
// YTCollectionViewTestDataSource.h
|
|
// ScaledCenterCarousel
|
|
//
|
|
// Created by yuriy-tolstoguzov on 4/23/17.
|
|
// Copyright © 2017 yuriy-tolstoguzov. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
@interface YTCollectionViewTestDataSource : NSObject <UICollectionViewDataSource>
|
|
|
|
@property (assign, nonatomic) NSInteger numberOfItems;
|
|
|
|
@end
|