You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
24
external/illinker-test-assets/monotouch/Newtonsoft.Json.Test/ViewController.cs
vendored
Normal file
24
external/illinker-test-assets/monotouch/Newtonsoft.Json.Test/ViewController.cs
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
using System;
|
||||
|
||||
using UIKit;
|
||||
|
||||
namespace Newtonsoft.Json.Test {
|
||||
public partial class ViewController : UIViewController {
|
||||
protected ViewController (IntPtr handle) : base (handle)
|
||||
{
|
||||
// Note: this .ctor should not contain any initialization logic.
|
||||
}
|
||||
|
||||
public override void ViewDidLoad ()
|
||||
{
|
||||
base.ViewDidLoad ();
|
||||
// Perform any additional setup after loading the view, typically from a nib.
|
||||
}
|
||||
|
||||
public override void DidReceiveMemoryWarning ()
|
||||
{
|
||||
base.DidReceiveMemoryWarning ();
|
||||
// Release any cached data, images, etc that aren't in use.
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user