Skip to content

Instantly share code, notes, and snippets.

@ipreencekmr
Created December 31, 2013 13:40
Show Gist options
  • Save ipreencekmr/8196926 to your computer and use it in GitHub Desktop.
Save ipreencekmr/8196926 to your computer and use it in GitHub Desktop.
//
// MytestViewController.h
// MyLibTest
//
// Created by Prince Kumar Sharma on 31/12/13.
// Copyright (c) 2013 Prince Kumar Sharma. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GridViewTable.h"
@interface MytestViewController : UIViewController<GridTableDatasource,GridTableDelegate>
{
GridViewTable *gbTable;
NSMutableArray *dataArray;
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment