diff --git a/Source/IGListAdapterDataSource.h b/Source/IGListAdapterDataSource.h index 49cd0c7d..e0039a99 100644 --- a/Source/IGListAdapterDataSource.h +++ b/Source/IGListAdapterDataSource.h @@ -14,8 +14,6 @@ @class IGListAdapter; @class IGListSectionController; - - NS_ASSUME_NONNULL_BEGIN /** diff --git a/Source/IGListCollectionContext.h b/Source/IGListCollectionContext.h index 8e9eec76..60c7c0c4 100644 --- a/Source/IGListCollectionContext.h +++ b/Source/IGListCollectionContext.h @@ -15,8 +15,6 @@ NS_ASSUME_NONNULL_BEGIN @class IGListSectionController; - - /** The collection context provides limited access to the collection-related information that section controllers need for operations like sizing, dequeuing cells, insterting, deleting, reloading, etc.