Skip to content

Instantly share code, notes, and snippets.

@jchudzynski
Created January 13, 2014 22:25
Show Gist options
  • Select an option

  • Save jchudzynski/8409294 to your computer and use it in GitHub Desktop.

Select an option

Save jchudzynski/8409294 to your computer and use it in GitHub Desktop.
Deck.h created to show how to parse XML documents.
#import <Foundation/Foundation.h>
@interface Deck : NSObject
@property(nonatomic, strong) NSMutableArray * questions;
@property(nonatomic, strong) NSString * name;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment