Skip to content

Commit

Permalink
adding macros for ranks
Browse files Browse the repository at this point in the history
  • Loading branch information
bnorton committed Dec 29, 2011
1 parent 00e176f commit 97357b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Nom-iOS-API/lib/NMUtil.h
Expand Up @@ -34,6 +34,10 @@
#define THUMB_UP @"1"
#define THUMB_MEH @"2"

#define RANK_BEST @"1"
#define RANK_SECOND @"2"
#define RANK_THIRD @"3"

@class AFHTTPClient, NMCurrentLocation;

@interface NMUtil : NSObject
Expand Down

0 comments on commit 97357b7

Please sign in to comment.