
Untitled
By: a guest on
Apr 26th, 2012 | syntax:
Objective C | size: 0.49 KB | hits: 18 | expires: Never
//
// PPicFeedCommentsController.h
// PicLyf
//
// Created by PicLyfMini2 on 4/26/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "PPic.h"
#import "PPicCommentsList.h"
@interface PPicCommentsController : UITableViewController <PModelListDelegate> {
PPic *_pic;
PPicCommentsList *_picCommentsList;
NSMutableArray *_tableViewData;
}
- (id) initWithPic:(PPic *)aPic;
- (void) fetchPicComments;
@end