Skip to content

Instantly share code, notes, and snippets.

@hiroeorz
Created May 18, 2012 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiroeorz/2722682 to your computer and use it in GitHub Desktop.
Save hiroeorz/2722682 to your computer and use it in GitHub Desktop.
カスタムテーブルサンプルヘッダファイル
#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