Updates ASDKGram to use IGListKit 3.0.0 (#367)

This commit is contained in:
Andrew Yates
2017-06-17 23:01:54 -07:00
committed by appleguy
parent d9dec8fdf9
commit 46c4359cc1
6 changed files with 9 additions and 15 deletions

View File

@@ -15,7 +15,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface PhotoFeedSectionController : ASCollectionSectionController <IGListSectionType, ASSectionController, RefreshingSectionControllerType>
@interface PhotoFeedSectionController : ASCollectionSectionController <ASSectionController, RefreshingSectionControllerType>
@property (nonatomic, strong, nullable) PhotoFeedModel *photoFeed;