package com.discord.stores; import com.discord.models.domain.ModelGift; import com.discord.stores.StoreGifting; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: StoreGifting.kt */ public final class StoreGifting$revokeGiftCode$1 extends o implements Function0 { public final /* synthetic */ ModelGift $gift; public final /* synthetic */ StoreGifting this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreGifting$revokeGiftCode$1(StoreGifting storeGifting, ModelGift modelGift) { super(0); this.this$0 = storeGifting; this.$gift = modelGift; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { StoreGifting.access$setGifts(this.this$0, this.$gift.getCode(), new StoreGifting.GiftState.Revoking(this.$gift)); } }