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