package com.google.android.play.core.integrity; /* loaded from: classes2.dex */ abstract class w { w() { } abstract w a(String str); abstract IntegrityTokenResponse b(); }