Created
October 24, 2009 22:45
-
-
Save undees/217780 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/ApplicationConstants.h b/ApplicationConstants.h | |
--- a/ApplicationConstants.h | |
+++ b/ApplicationConstants.h | |
@@ -32,6 +32,7 @@ | |
#define kTagTask @"task" | |
#define kTagPosition @"position" | |
#define kTagComplete @"complete" | |
+#define kTagMembership @"membership" | |
#define kDefaultsApiToken @"apiToken" | |
diff --git a/Classes/PivotalStories.m b/Classes/PivotalStories.m | |
--- a/Classes/PivotalStories.m | |
+++ b/Classes/PivotalStories.m | |
@@ -32,7 +32,6 @@ | |
#import "PivotalStories.h" | |
#import "PivotalStoriesParserDelegate.h" | |
-#import "PSProgressHUD.h" | |
#import "iPivotalAppDelegate.h" | |
@interface PivotalStories () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment