rename back to current names
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using Android.Graphics.Drawables;
|
||||
using KeePassLib;
|
||||
|
||||
namespace keepass2android
|
||||
{
|
||||
/// <summary>
|
||||
/// Interface for popup menu items in EntryActivity
|
||||
/// </summary>
|
||||
internal interface IPopupMenuItem
|
||||
{
|
||||
Drawable Icon { get; }
|
||||
String Text { get; }
|
||||
|
||||
void HandleClick();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user