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:
Maxime Ollivier 2021-01-25 13:47:45 -08:00 committed by Facebook GitHub Bot
parent 249b152776
commit 9f0462086f

View file

@ -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();