package com.liulishuo.filedownloader.event; /* loaded from: classes.dex */ public abstract class IDownloadEvent { public Runnable a = null; protected final String b; public IDownloadEvent(String str) { this.b = str; } public final String a() { return this.b; } }