Yini
1.0
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
MenuItem.h
Go to the documentation of this file.
1
//
2
// MenuItem.h
3
// socioville
4
//
5
// Created by Valentin Filip on 10.04.2012.
6
// Copyright (c) 2012 App Design Vault. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
@interface
MenuItem
: NSObject
12
13
@property
(nonatomic, strong) NSString *
name
;
14
@property
(nonatomic, strong) NSString *
imageName
;
15
@property
(nonatomic, strong) UIImage *
image
;
16
@property
(nonatomic, strong) NSNumber *
eventCount
;
17
18
+ (
MenuItem
*)itemWithData:(NSDictionary *)data;
19
20
@end
socioville
Classes
Repository
MenuItem.h
Generated on Thu Aug 9 2012 11:05:51 for Yini by
1.8.1.2