package com.qianwen.core.notify; /* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/Provider.class */ public interface Provider { String getId(); String getName(); }