Skip to content

Instantly share code, notes, and snippets.

@shto
Created March 14, 2014 15:12
Show Gist options
  • Save shto/9549620 to your computer and use it in GitHub Desktop.
Save shto/9549620 to your computer and use it in GitHub Desktop.
Shopping Cart object
@interface ShoppingCart : NSObject
@property (nonatomic, strong) NSArray *items;
@property (nonatomic, strong) NSString *couponCode;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment