Added pasting and sending features
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using EbbesMemeClipboard.Models;
|
||||
|
||||
namespace EbbesMemeClipboard.Services;
|
||||
|
||||
public interface ISettingsService
|
||||
{
|
||||
AppSettings Current { get; }
|
||||
Task SaveAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user