mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
10 lines
181 B
C#
10 lines
181 B
C#
using Xamarin.Forms;
|
|
|
|
namespace Bit.App.Controls
|
|
{
|
|
public class ExtendedCollectionView : CollectionView
|
|
{
|
|
public string ExtraDataForLogging { get; set; }
|
|
}
|
|
}
|