Created
January 13, 2014 22:25
-
-
Save jchudzynski/8409294 to your computer and use it in GitHub Desktop.
Deck.h created to show how to parse XML documents.
This file contains hidden or 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
| #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