Bitwarden-app-android-iphon.../src/App/Models/PreviousPageInfo.cs

11 lines
254 B
C#

namespace Bit.App.Models
{
public class PreviousPageInfo
{
public string Page { get; set; }
public string CipherId { get; set; }
public string SendId { get; set; }
public string SearchText { get; set; }
}
}