Created
May 18, 2012 01:55
-
-
Save hiroeorz/2722682 to your computer and use it in GitHub Desktop.
カスタムテーブルサンプルヘッダファイル
This file contains 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 <UIKit/UIKit.h> | |
@interface GN_ViewController : UIViewController<UITableViewDelegate, UITableViewDataSource> { | |
} | |
@property (nonatomic, strong) NSArray *namesArray; | |
@property (nonatomic, strong) NSArray *imagesArray; | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment