discord-jadx/app/src/main/java/com/discord/stores/StoreOutboundPromotions$fet...

21 lines
865 B
Java

package com.discord.stores;
import com.discord.api.premium.ClaimedOutboundPromotion;
import d0.t.n;
import java.util.List;
import java.util.concurrent.Callable;
/* compiled from: StoreOutboundPromotions.kt */
public final class StoreOutboundPromotions$fetchClaimedOutboundPromotions$1<V> implements Callable<List<? extends ClaimedOutboundPromotion>> {
public final /* synthetic */ StoreOutboundPromotions this$0;
public StoreOutboundPromotions$fetchClaimedOutboundPromotions$1(StoreOutboundPromotions storeOutboundPromotions) {
this.this$0 = storeOutboundPromotions;
}
/* Return type fixed from 'java.util.List<com.discord.api.premium.ClaimedOutboundPromotion>' to match base method */
@Override // java.util.concurrent.Callable
public final List<? extends ClaimedOutboundPromotion> call() {
return n.emptyList();
}
}