| 12345678910111213141516171819202122232425 |
- // WARNING
- //
- // This file has been generated automatically by MonoDevelop to store outlets and
- // actions made in the Xcode designer. If it is removed, they will be lost.
- // Manual changes to this file may not be handled correctly.
- //
- #if __UNIFIED__
- using Foundation;
- #else
- using MonoTouch.Foundation;
- #endif
- using System.CodeDom.Compiler;
- namespace SDWebImageSample
- {
- [Register ("MasterViewController")]
- partial class MasterViewController
- {
- void ReleaseDesignerOutlets ()
- {
- }
- }
- }
|