package org.snmp4j.util;

/* JADX INFO: loaded from: classes.dex */
public interface TimerFactory {
    CommonTimer createTimer();
}
