Skip to content

Commit

Permalink
[core] Update namespace header.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Oct 4, 2012
1 parent 37acc1a commit 6d47f13
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/core/src/NimbusCore+Namespace.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,18 +116,21 @@
#ifndef NISwapClassMethods
#define NISwapClassMethods __NIMBUS_NS_SYMBOL(NISwapClassMethods)
#endif
#ifndef NICreateNonRetainingMutableSet
#define NICreateNonRetainingMutableSet __NIMBUS_NS_SYMBOL(NICreateNonRetainingMutableSet)
#endif
#ifndef NIInterfaceOrientation
#define NIInterfaceOrientation __NIMBUS_NS_SYMBOL(NIInterfaceOrientation)
#endif
#ifndef NICreateNonRetainingMutableSet
#define NICreateNonRetainingMutableSet __NIMBUS_NS_SYMBOL(NICreateNonRetainingMutableSet)
#endif
#ifndef NIStatusBarAnimationCurve
#define NIStatusBarAnimationCurve __NIMBUS_NS_SYMBOL(NIStatusBarAnimationCurve)
#endif
#ifndef NIStatusBarAnimationDuration
#define NIStatusBarAnimationDuration __NIMBUS_NS_SYMBOL(NIStatusBarAnimationDuration)
#endif
#ifndef NIDeviceOSVersionIsAtLeast
#define NIDeviceOSVersionIsAtLeast __NIMBUS_NS_SYMBOL(NIDeviceOSVersionIsAtLeast)
#endif
#ifndef NIStatusBarBoundsChangeAnimationCurve
#define NIStatusBarBoundsChangeAnimationCurve __NIMBUS_NS_SYMBOL(NIStatusBarBoundsChangeAnimationCurve)
#endif
Expand All @@ -143,21 +146,18 @@
#ifndef NIRectShift
#define NIRectShift __NIMBUS_NS_SYMBOL(NIRectShift)
#endif
#ifndef NIScreenScale
#define NIScreenScale __NIMBUS_NS_SYMBOL(NIScreenScale)
#endif
#ifndef NIStatusBarHeight
#define NIStatusBarHeight __NIMBUS_NS_SYMBOL(NIStatusBarHeight)
#endif
#ifndef NIPathForDocumentsResource
#define NIPathForDocumentsResource __NIMBUS_NS_SYMBOL(NIPathForDocumentsResource)
#endif
#ifndef NIDeviceOSVersionIsAtLeast
#define NIDeviceOSVersionIsAtLeast __NIMBUS_NS_SYMBOL(NIDeviceOSVersionIsAtLeast)
#endif
#ifndef NIRotateTransformForOrientation
#define NIRotateTransformForOrientation __NIMBUS_NS_SYMBOL(NIRotateTransformForOrientation)
#endif
#ifndef NIScreenScale
#define NIScreenScale __NIMBUS_NS_SYMBOL(NIScreenScale)
#endif
#ifndef NIFrameOfCenteredViewWithinView
#define NIFrameOfCenteredViewWithinView __NIMBUS_NS_SYMBOL(NIFrameOfCenteredViewWithinView)
#endif
Expand All @@ -173,18 +173,18 @@
#ifndef NIPathForLibraryResource
#define NIPathForLibraryResource __NIMBUS_NS_SYMBOL(NIPathForLibraryResource)
#endif
#ifndef NICellContentPadding
#define NICellContentPadding __NIMBUS_NS_SYMBOL(NICellContentPadding)
#endif
#ifndef NIUIPopoverControllerClass
#define NIUIPopoverControllerClass __NIMBUS_NS_SYMBOL(NIUIPopoverControllerClass)
#endif
#ifndef NISnapshotViewOfView
#define NISnapshotViewOfView __NIMBUS_NS_SYMBOL(NISnapshotViewOfView)
#ifndef NICellContentPadding
#define NICellContentPadding __NIMBUS_NS_SYMBOL(NICellContentPadding)
#endif
#ifndef NIUITapGestureRecognizerClass
#define NIUITapGestureRecognizerClass __NIMBUS_NS_SYMBOL(NIUITapGestureRecognizerClass)
#endif
#ifndef NISnapshotViewOfView
#define NISnapshotViewOfView __NIMBUS_NS_SYMBOL(NISnapshotViewOfView)
#endif
#ifndef NIPathForCachesResource
#define NIPathForCachesResource __NIMBUS_NS_SYMBOL(NIPathForCachesResource)
#endif
Expand Down

0 comments on commit 6d47f13

Please sign in to comment.