mirror of
https://github.com/SineVector241/VoiceCraft-MCBE_Proximity_Chat.git
synced 2024-11-12 02:19:17 +00:00
11 lines
234 B
C#
11 lines
234 B
C#
using Foundation;
|
|
|
|
namespace VoiceCraft.Maui
|
|
{
|
|
[Register("AppDelegate")]
|
|
public class AppDelegate : MauiUIApplicationDelegate
|
|
{
|
|
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
|
|
}
|
|
}
|