mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 17:53:47 +00:00
reset for v2
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
using UIKit;
|
||||
|
||||
namespace Bit.iOS.Extension
|
||||
{
|
||||
public class Application
|
||||
{
|
||||
// This is the main entry point of the application.
|
||||
static void Main(string[] args)
|
||||
{
|
||||
// if you want to use a different Application Delegate class from "AppDelegate"
|
||||
// you can specify it here.
|
||||
UIApplication.Main(args, null, "AppDelegate");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user