// // Unit tests for UINavigationItem // // Authors: // Sebastien Pouliot // // Copyright 2012 Xamarin Inc. All rights reserved. // #if !__WATCHOS__ && !MONOMAC using System; using System.Drawing; using System.Reflection; using Foundation; using UIKit; using NUnit.Framework; namespace MonoTouchFixtures.UIKit { [TestFixture] [Preserve (AllMembers = true)] public class NavigationItemTest { } } #endif // !__WATCHOS__