-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBLCommentsController.h
64 lines (57 loc) · 2.17 KB
/
BLCommentsController.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/*
* Generated by class-dump 3.1.2.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
*/
#import "BLInfoViewController.h"
#import "BLEditableCommentCellDelegate-Protocol.h"
#import "UITableViewDataSource-Protocol.h"
#import "UITableViewDelegate-Protocol.h"
@class NSArray, NSIndexPath, NSMutableArray, NSString, UITableView;
@interface BLCommentsController : BLInfoViewController <UITableViewDataSource, UITableViewDelegate, BLEditableCommentCellDelegate>
{
NSMutableArray *m_facebookComments;
NSMutableArray *m_flickrComments;
UITableView *m_tableView;
NSArray *m_cachedSelection;
NSIndexPath *m_editedCellIndexPath;
NSString *m_currentFacebookCommentText;
NSString *m_currentFlickrCommentText;
BOOL m_facebookAvailable;
BOOL m_flickrAvailable;
BOOL m_refreshingFacebookComments;
BOOL m_refreshingFlickrComments;
NSString *m_currentFacebookUsername;
NSString *m_currentFlickrUsername;
}
+ (id)sharedIconCache;
- (void)keyboardWillHide:(id)fp8;
- (void)keyboardDidShow:(id)fp8;
- (void)updateScrollViewOffsetsForKeyboard:(struct CGSize)fp8;
- (void)commentingTextChange:(id)fp8;
- (void)commentingEnded:(id)fp8 result:(int)fp12;
- (void)commentingBegan:(id)fp8;
- (void)touchTimestamp;
- (void)refresh:(id)fp8;
- (id)tableView:(id)fp8 viewForHeaderInSection:(int)fp12;
- (float)tableView:(id)fp8 heightForHeaderInSection:(int)fp12;
- (float)tableView:(id)fp8 heightForRowAtIndexPath:(id)fp12;
- (BOOL)tableView:(id)fp8 canEditRowAtIndexPath:(id)fp12;
- (id)tableView:(id)fp8 cellForRowAtIndexPath:(id)fp12;
- (int)tableView:(id)fp8 numberOfRowsInSection:(int)fp12;
- (int)numberOfSectionsInTableView:(id)fp8;
- (void)viewWillDisappear:(BOOL)fp8;
- (void)viewWillAppear:(BOOL)fp8;
- (void)viewDidUnload;
- (void)loadView;
- (void)updateForCurrentSelection;
- (void)reloadComments:(int)fp8;
- (id)commentKeyForName:(id)fp8 andType:(int)fp12;
- (void)notifyDelegateOfCommentRefresh;
- (void)flickrReachabilityChanged:(id)fp8;
- (void)facebookReachabilityChanged:(id)fp8;
- (struct CGSize)contentSizeForViewInPopover;
- (void)didReceiveMemoryWarning;
- (void)dealloc;
- (id)initWithNibName:(id)fp8 bundle:(id)fp12;
@end