FirstViewController.designer.cs 462 B

1234567891011121314151617181920
  1. // WARNING
  2. //
  3. // This file has been generated automatically by Xamarin Studio from the outlets and
  4. // actions declared in your storyboard file.
  5. // Manual changes to this file will not be maintained.
  6. //
  7. using Foundation;
  8. using System;
  9. using System.CodeDom.Compiler;
  10. namespace Playgrounds.iOS
  11. {
  12. [Register ("FirstViewController")]
  13. partial class FirstViewController
  14. {
  15. void ReleaseDesignerOutlets ()
  16. {
  17. }
  18. }
  19. }