mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 01:38:26 +00:00
Remove white space
Summary: Issue fixed: #770 - [ ] All tests pass. Demo project builds and runs. - [ ] I added tests, an experiment, or detailed why my change isn't tested. - [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/783 Differential Revision: D5137558 Pulled By: rnystrom fbshipit-source-id: e8c94d5d6d0ffde4f283915a21cd015604938c88
This commit is contained in:
parent
e278e6c27f
commit
81955e4106
2 changed files with 0 additions and 4 deletions
|
|
@ -14,8 +14,6 @@
|
|||
@class IGListAdapter;
|
||||
@class IGListSectionController;
|
||||
|
||||
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue