mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 05:13:31 +00:00
9 lines
125 B
C#
9 lines
125 B
C#
using Xamarin.Forms;
|
|
|
|
namespace Bit.App.Controls
|
|
{
|
|
public class ExtendedCollectionView : CollectionView
|
|
{
|
|
}
|
|
}
|