MasterViewController.designer.cs 496 B

12345678910111213141516171819202122232425
  1. // WARNING
  2. //
  3. // This file has been generated automatically by MonoDevelop to store outlets and
  4. // actions made in the Xcode designer. If it is removed, they will be lost.
  5. // Manual changes to this file may not be handled correctly.
  6. //
  7. #if __UNIFIED__
  8. using Foundation;
  9. #else
  10. using MonoTouch.Foundation;
  11. #endif
  12. using System.CodeDom.Compiler;
  13. namespace SDWebImageSample
  14. {
  15. [Register ("MasterViewController")]
  16. partial class MasterViewController
  17. {
  18. void ReleaseDesignerOutlets ()
  19. {
  20. }
  21. }
  22. }