Add project files.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace TheXamlGuy.Media.Capture
|
||||
{
|
||||
public interface ILowLagPhotoCapture
|
||||
{
|
||||
Task<CapturedPhoto?> CaptureAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user