Guest User

Untitled

a guest
Oct 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #import <Foundation/Foundation.h>
  2. #import "Forums.h"
  3.  
  4. @interface ForumListViewController : UITableViewController <UITableViewDataSource>
  5. {
  6. Forums* forumsobj;
  7. NSArray* forums;
  8. }
  9.  
  10. @end
Add Comment
Please, Sign In to add comment