mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 22:03:27 +00:00
add shared controllers and view to ios core
This commit is contained in:
12
src/iOS.Core/Controllers/ExtendedUIViewController.cs
Normal file
12
src/iOS.Core/Controllers/ExtendedUIViewController.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using UIKit;
|
||||
|
||||
namespace Bit.iOS.Core.Controllers
|
||||
{
|
||||
public class ExtendedUIViewController : UIViewController
|
||||
{
|
||||
public ExtendedUIViewController(IntPtr handle)
|
||||
: base(handle)
|
||||
{ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user