MobileDocumentPhotoLibraryOptions.cs 139 B

1234
  1. namespace InABox.Avalonia
  2. {
  3. public class MobileDocumentPhotoLibraryOptions : MobileImageOptions<MobileDocumentPhotoLibrarySource> { }
  4. }