mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 01:38:26 +00:00
clean up @synthesize from the updater
Summary: We don't need these synthesize anymore. Reviewed By: joetam Differential Revision: D26052888 fbshipit-source-id: eedb9acea68846af1a23fea15a44f94351eb999a
This commit is contained in:
parent
249b152776
commit
9f0462086f
1 changed files with 0 additions and 7 deletions
|
|
@ -27,13 +27,6 @@
|
|||
|
||||
@implementation IGListAdapterUpdater
|
||||
|
||||
@synthesize delegate = _delegate;
|
||||
@synthesize sectionMovesAsDeletesInserts = _sectionMovesAsDeletesInserts;
|
||||
@synthesize singleItemSectionUpdates = _singleItemSectionUpdates;
|
||||
@synthesize preferItemReloadsForSectionReloads = _preferItemReloadsForSectionReloads;
|
||||
@synthesize allowsReloadingOnTooManyUpdates = _allowsReloadingOnTooManyUpdates;
|
||||
@synthesize experiments = _experiments;
|
||||
|
||||
- (instancetype)init {
|
||||
IGAssertMainThread();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue