mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 17:53:47 +00:00
action extension project
This commit is contained in:
12
src/iOS.Extension/Main.cs
Normal file
12
src/iOS.Extension/Main.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using UIKit;
|
||||
|
||||
namespace Bit.iOS.Extension
|
||||
{
|
||||
public class Application
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
UIApplication.Main(args, null, "AppDelegate");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user