Address comments from @levi

This commit is contained in:
Michael Schneider
2016-06-24 10:15:04 -07:00
parent 9fb3129a0e
commit 30bb2ee93d
4 changed files with 58 additions and 24 deletions

View File

@@ -64,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN
* far as possible based on the scrollable direction of the collection view. It throws exceptions for delegate
* methods that are related to supplementary node's management.
*/
@interface ASCollectionViewDefaultCustomLayoutInspector : NSObject <ASCollectionViewLayoutInspecting>
@interface ASCollectionViewLayoutInspector : NSObject <ASCollectionViewLayoutInspecting>
- (instancetype)init NS_UNAVAILABLE;
- (instancetype)initWithCollectionView:(ASCollectionView *)collectionView NS_DESIGNATED_INITIALIZER;