mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-15 05:18:18 +00:00
Summary: This reverts commit 871b75eaeb1c9f2a40fe8f3fd81b209661704587 Differential Revision: D4640425 fbshipit-source-id: 4b0e8a9820891062cf7f8d13de13d678adb5df4a
22 lines
585 B
Objective-C
22 lines
585 B
Objective-C
/**
|
|
* Copyright (c) 2016-present, Facebook, Inc.
|
|
* All rights reserved.
|
|
*
|
|
* This source code is licensed under the BSD-style license found in the
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|
*/
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import "IGListCollectionView.h"
|
|
|
|
#import <IGListKit/IGListAdapterDataSource.h>
|
|
|
|
#import "IGTestObject.h"
|
|
|
|
@interface IGTestStoryboardViewController : UIViewController
|
|
|
|
@property (weak, nonatomic) IBOutlet IGListCollectionView *collectionView;
|
|
|
|
@end
|