diff options
Diffstat (limited to 'cakeside-ios/models/Cake.h')
| -rw-r--r-- | cakeside-ios/models/Cake.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cakeside-ios/models/Cake.h b/cakeside-ios/models/Cake.h index da71cc9..3365f64 100644 --- a/cakeside-ios/models/Cake.h +++ b/cakeside-ios/models/Cake.h @@ -12,4 +12,5 @@ + (Cake *)initFromJSON:(NSDictionary *)jsonData; @property (nonatomic) NSInteger id; @property (nonatomic) NSString *name; +@property (nonatomic) NSString *photo; @end |
