Skip to content

Instantly share code, notes, and snippets.

@undees
Created October 24, 2009 22:45
Show Gist options
  • Save undees/217780 to your computer and use it in GitHub Desktop.
Save undees/217780 to your computer and use it in GitHub Desktop.
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