forked from cocos543/WeChatTimeLineRobot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWCFacade.h
More file actions
448 lines (444 loc) · 21.4 KB
/
WCFacade.h
File metadata and controls
448 lines (444 loc) · 21.4 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
/**
* This header is generated by class-dump-z 0.2a.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import "IClearDataMgrExt.h"
#import "MMService.h"
#import "IContactMgrExt.h"
#import "MMService.h"
#import "IMMFontMgrExt.h"
#import "WCBGImgLogicNotity.h"
#import "WCDownloadMgrDelegate.h"
#import "WCTimelineDelegate.h"
#import "WCCommentUploadMgrDelegate.h"
#import "WCUploadMgrDelegate.h"
#import "WCNotificationCenterMgrDelegate.h"
#import "WCHomepageDelegate.h"
#import "WCLogicMgrDelegate.h"
#import "WCBGRecommendMgrDelegate.h"
#import "WCAdvertiseCommentUploadMgrDelegate.h"
#import "WCPreloadLogicDelegate.h"
#import "WeChat-Structs.h"
#import "WCGroupMgrExt.h"
#import "WCFacadeExt.h"
@class WCDataItem, WCPatternCacheMgr, NSMutableSet, WCBGImgLogic, WCAdvertiseCommentUploadMgr, WCCommentUploadMgr, WCOperationSetting, WCNotificationCenterMgr, WCBrowseInfo, WCAdvertiseDataHelper, NSString, WCSnsABTestMgr, WCUploadMgr, MyWCDB, WCPreloadLogicMgr, WCTimelineMgr, WCGroupMgr, WCLogicMgr, WCInputTextCacheMgr, WCAdvertiseLogicMgr, WCBGRecommendMgr, WCStrangerCommentMgr, NSMutableDictionary, WCDownloadMgr, NSMutableArray;
@interface WCFacade : MMService <IContactMgrExt, IClearDataMgrExt, MMService, WCBGImgLogicNotity, WCDownloadMgrDelegate, WCTimelineDelegate, WCCommentUploadMgrDelegate, WCUploadMgrDelegate, WCNotificationCenterMgrDelegate, WCHomepageDelegate, WCLogicMgrDelegate, WCFacadeExt, WCBGRecommendMgrDelegate, WCGroupMgrExt, WCAdvertiseCommentUploadMgrDelegate, IMMFontMgrExt, WCPreloadLogicDelegate> {
MyWCDB* m_database;
WCAdvertiseDataHelper* m_adDataHelper;
NSMutableArray* m_timelineWithLocalDatas;
NSMutableDictionary* m_dicTimelineDataItem;
NSMutableDictionary* m_dicTimeLineDataUICache;
NSMutableDictionary* m_dicUserCommentsUICache;
WCUploadMgr* m_uploadMgr;
WCBGImgLogic* m_bgImgLogic;
WCTimelineMgr* m_timelineMgr;
WCPreloadLogicMgr* m_preloadLogicMgr;
WCDownloadMgr* m_downloadMgr;
WCCommentUploadMgr* m_commentUploadMgr;
WCAdvertiseCommentUploadMgr* m_advertiseCommentUploadMgr;
WCNotificationCenterMgr* m_messageMgr;
WCLogicMgr* m_logicMgr;
WCAdvertiseLogicMgr* m_advertiseLogicMgr;
WCBGRecommendMgr* m_bgMaster;
WCStrangerCommentMgr* m_strangerCommentMgr;
WCGroupMgr* m_groupMgr;
WCPatternCacheMgr* m_patternCacheMgr;
WCInputTextCacheMgr* m_inputTextCacheMgr;
WCSnsABTestMgr* m_snsABTestMgr;
NSMutableDictionary* m_homepageMgrDic;
NSMutableDictionary* m_networkEventDic;
NSMutableSet* m_deletedItemSet;
NSMutableSet* m_notShowImgTypeSet;
NSMutableDictionary* m_dicSightStatusCache;
NSMutableDictionary* m_dicSightDownloadProgressCache;
NSMutableDictionary* m_dicSightViewCache;
NSMutableSet* m_setAddedIDForClickedRatio;
NSMutableSet* m_setAddedIDForThumbLoadedEfficency;
NSMutableSet* m_setAddedIDForPicLoadedEfficency;
WCBrowseInfo* m_browseInfo;
int m_currentPage;
WCDataItem* m_latestSeenDataItem;
WCOperationSetting* m_operSetting;
unsigned long long startEnterBackGroundTime;
BOOL m_enableBrowseSnsRedEnvelopes;
}
@property(readonly, copy) NSString* debugDescription;
@property(readonly, copy) NSString* description;
@property(readonly, assign) Class superclass;
@property(readonly, assign) unsigned hash;
@property(assign, nonatomic) int switchInfo;
-(void).cxx_destruct;
-(void)updateBackGroundTime;
-(void)setStartEnterBackGroundTime;
-(void)logUploadFinished:(id)finished;
-(void)logEnterBackground;
-(void)logEnterForeground;
-(int)getCurrentPage;
-(void)updateCurrentPage:(int)page;
-(id)getLocalSightDataItemsForWhatsNew;
-(void)stopSightMgrHolding;
-(void)clearSightViewCache;
-(void)clearAllSightPlayStatusCache;
-(void)deleteSightViewByItemID:(id)anId;
-(id)getSightViewByItemID:(id)anId;
-(void)setSightView:(id)view andItemID:(id)anId;
-(void)deleteSightDownloadProgressByItemID:(id)anId;
-(id)getSightDownloadProgressByItemID:(id)anId;
-(void)setSightDownloadProgress:(float)progress andItemID:(id)anId;
-(id)getSightPlayStatusByItemID:(id)anId;
-(void)setSightPlayStatus:(BOOL)status andItemID:(id)anId;
-(void)onDiskStorageWarningCleanedSize:(unsigned*)size CacheMask:(unsigned long)mask;
-(void)onDiskStorageWarningCleanedSize:(unsigned*)size subQueue:(id)queue;
-(void)onDiskStorageWarningCleanedSize:(unsigned*)size;
-(void)onFontSizeChange;
-(id)getWCOperSetting;
-(void)trySaveWCOperSetting;
-(id)pathForWCOperationSetting;
-(BOOL)haveSeenItemForClickRatio:(id)clickRatio;
-(void)updateLastSeenItemForClickRatio:(id)clickRatio;
-(id)getLastSeenItemForClickRatio;
-(BOOL)isInPreloadAroundImgLimitTime;
-(BOOL)couldPreloadBigImageForUser:(id)user limit:(int)limit;
-(id)getAllAdDataItems;
-(id)getDownloadMgr;
-(id)getTimelineMgr;
-(BOOL)hasPreloadDataItemForBigImage:(id)bigImage;
-(BOOL)hasPreloadDataItemForSmallImage:(id)smallImage;
-(void)resumePreloadImage;
-(void)pausePreloadImage;
-(void)SetWCAdvertiseDataIgnoreTip:(BOOL)tip ignoreCommengMsg:(BOOL)msg DataItem:(id)item;
-(void)SetWCAdvertiseDataIgnoreTip:(BOOL)tip DataItem:(id)item;
-(void)UnInterestWCAdvertiseData:(id)data;
-(void)SetWCAdvertiseDataExposured:(id)exposured;
-(BOOL)hasAdvertiseInCache;
-(BOOL)hasAdvertiseData:(id)data;
-(id)getAdvertiseData:(id)data;
-(void)MergeWCAdvertiseDataAdInfo:(id)info;
-(void)MergeWCAdvertiseDataComments:(id)comments;
-(unsigned)getLatestReadMessageCreateTime;
-(void)timelineListStatusSync;
-(void)handleUnreadMsgListSyncWithCreateTime:(unsigned)createTime;
-(void)restartAllFailUploadFromLocalNotification;
-(id)getDataItemsByIds:(id)ids;
-(void)onWCGroupModMemberReturn:(BOOL)aReturn group:(id)group;
-(void)onWCGroupSetMemberToGroupsReturn:(BOOL)groupsReturn username:(id)username groupIDs:(id)ids;
-(void)onWCGroupRemoveMemberReturn:(BOOL)aReturn group:(id)group;
-(void)onWCGroupAddMemberReturn:(BOOL)aReturn group:(id)group;
-(void)onWCDeleteGroupReturn:(BOOL)aReturn groupID:(id)anId;
-(void)onWCChangeGroupNameReturn:(BOOL)aReturn groupID:(id)anId;
-(void)onWCCreateGroupReturn:(BOOL)aReturn group:(id)group;
-(void)onWCGroupUpdatedReturn:(BOOL)aReturn;
-(void)onWCGroupRecommendUpdated;
-(void)onWCGroupUpdated;
-(void)setPostPrivacy:(int)privacy withLabelNames:(id)labelNames;
-(void)setPostPrivacy:(int)privacy withGroupIDs:(id)groupIDs;
-(void)setPostPrivacy:(int)privacy;
-(id)getLastPostGroups;
-(int)getPostPrivacy;
-(id)getGroupsWithMember:(id)member;
-(void)modGroup:(id)group newName:(id)name members:(id)members withScene:(int)scene;
-(void)modGroup:(id)group newName:(id)name members:(id)members;
-(void)setMember:(id)member toGroups:(id)groups;
-(void)removeMembers:(id)members fromGroup:(id)group;
-(void)addMembers:(id)members toGroup:(id)group;
-(void)modifyGroupName:(id)name newName:(id)name2;
-(void)deleteGroup:(id)group;
-(void)createGroup:(id)group withGroupName:(id)groupName;
-(void)updateAllRecommends;
-(void)setRecommendReadForGroup:(id)group;
-(id)getUnReadRecommendsForGroup:(id)group;
-(id)getReadRecommendsForGroup:(id)group;
-(void)localDeleteAllGroups;
-(void)updateAllGroups;
-(BOOL)isUserInGroup:(id)group GroupID:(id)anId;
-(id)getGroupByID:(id)anId;
-(id)getCustomGroups;
-(id)getAllGroups;
-(void)setShowNewTimelineEventNotification:(BOOL)notification;
-(BOOL)isShowNewTimelineEventNotification;
-(BOOL)isNetworkActive;
-(void)endNetworkActivity:(int)activity cgi:(int)cgi;
-(void)beginNetworkActivity:(int)activity cgi:(int)cgi;
-(id)networkEventDic;
-(void)exposeDataItem:(id)item;
-(void)updateDataItemDetail:(id)detail;
-(void)updateDataItemDetailWithGroupDetail:(id)groupDetail;
-(void)updateDataItemDetailByItem:(id)item;
-(void)cacheEnableBrowseSnsRedEnvelopesStatus:(BOOL)status;
-(BOOL)changeHBDataItemBrowseStatus:(BOOL)status switchOpCount:(int)count;
-(BOOL)setHBDataItemFree:(id)free ticket:(id)ticket;
-(void)setDataItemHate:(id)hate;
-(void)setDataItemPublic:(id)aPublic;
-(void)setDataItemPrivate:(id)aPrivate;
-(void)onAdvertiseItemDeleted:(id)deleted;
-(void)onChangeHBFeedBrowseStatus:(BOOL)status bOpen:(BOOL)open;
-(void)onSetHBDataItemFreeFinished:(int)finished dataItemID:(id)anId;
-(void)onSetDataItemPublicFinished:(int)finished dataItemID:(id)anId;
-(void)onSetDataItemPrivateFinished:(int)finished dataItemID:(id)anId;
-(void)onCommentItemDeleteFinished:(int)finished commentItemID:(id)anId dataItemID:(id)anId3;
-(void)onDataItemDeleteFinished:(int)finished dataItemID:(id)anId;
-(void)onDataItemExposeFinisehd:(int)finisehd dataItem:(id)item;
-(void)onUpdateDataItemDetailFinisehd:(int)finisehd dataItem:(id)item;
-(void)deleteMessage:(id)message;
-(void)deleteAllMessages;
-(void)markMessageAllReadWithSyncMessage:(id)syncMessage;
-(void)markMessageListRead:(id)read;
-(void)markMessageRead:(id)read;
-(id)getMessageFrom:(id)from maxCount:(unsigned long)count;
-(id)getAllMessages;
-(id)getUnReadMessagesLimit:(unsigned long)limit;
-(id)getUnReadMessages;
-(id)getLatestReadMessage;
-(id)getLastUnReadMessage;
-(unsigned long)getUnReadMessageCount;
-(void)onMessageUnReadCountChanged;
-(void)onReveiceStrangerMessage:(id)message;
-(void)onReveiceWCMessages:(id)messages;
-(void)onLatestWCObjectChanged:(id)changed;
-(void)onAdvertiseCommentReturn:(id)aReturn;
-(void)onCommentReturn:(id)aReturn;
-(void)commentObject:(id)object toStranger:(id)stranger content:(id)content ref:(id)ref source:(int)source;
-(void)likeObjectByID:(id)anId toStranger:(id)stranger source:(int)source;
-(BOOL)unCommentObject:(id)object ofUser:(id)user comment:(id)comment;
-(BOOL)unLikeObject:(id)object ofUser:(id)user;
-(void)commentObject:(id)object ofUser:(id)user content:(id)content ref:(id)ref source:(int)source;
-(void)likeObjectByID:(id)anId ofUser:(id)user source:(int)source;
-(void)likeObject:(id)object ofUser:(id)user source:(int)source;
-(void)NotifyBackgroundChanged;
-(id)getUploadingDataItems;
-(void)NotifyToDownloadMedia:(id)downloadMedia downloadType:(int)type;
-(void)NotifyToUploadWithTask:(id)task;
-(void)onBGStorageUpdated;
-(void)updateBGStorage;
-(id)getBGStorage;
-(void)setBGImgLikedForUser:(id)user source:(int)source;
-(BOOL)isBGImgLikedForUser:(id)user;
-(BOOL)hasBGImg:(id)img;
-(void)SetBGImgByImg:(id)img;
-(void)SetBGImgByMedia:(id)media;
-(id)backgroundImageByContact:(id)contact;
-(void)onAddDownloadQueue:(id)queue downloadType:(int)type;
-(void)onBeginDownload:(id)download downloadType:(int)type;
-(void)onCancelDownloadSuccess:(id)success downloadType:(int)type;
-(void)onDownloadFinish:(id)finish downloadType:(int)type;
-(void)onDownloadMediaProcessChange:(id)change downloadType:(int)type current:(int)current total:(int)total;
-(void)updateDownloadConcurrentCount;
-(void)cancelDownloadMedia:(id)media downloadType:(int)type;
-(void)forceDownloadMediaWithProcessNotify:(id)processNotify downloadType:(int)type;
-(void)forceDownloadMedia:(id)media downloadType:(int)type;
-(void)downloadMediaWithProcessNotify:(id)processNotify downloadType:(int)type;
-(void)downloadMedia:(id)media downloadType:(int)type;
-(void)pullDownloadMediaToFront:(id)front downloadType:(int)type;
-(void)setDownloadScene:(int)scene;
-(int)getHomepageTotalCount:(id)count;
-(void)tryGetWCDataItemPattern:(id)pattern;
-(id)getStrangerDataItemByID:(id)anId ofPartner:(id)partner;
-(id)getDataItemByID:(id)anId;
-(id)getDataItemByID:(id)anId addLocal:(BOOL)local;
-(void)onUploadRestarted:(id)restarted;
-(void)onUploadFailed:(id)failed;
-(void)onUploadFinished:(id)finished;
-(id)getFailedUploads;
-(void)deleteDataItemLocal:(id)local;
-(void)deleteDataItem:(id)item;
-(void)addFailDataItem:(id)item;
-(void)restartUploadDataItem:(id)item;
-(id)uploadDataItem:(id)item;
-(id)getRedEnvelopesInfoByDataItem:(id)item;
-(void)cacheFreeStatus:(id)status;
-(void)cacheRewardStatus:(id)status;
-(id)getCacheText:(id)text refCommentItem:(id)item;
-(void)cacheText:(id)text refDataItem:(id)item refCommentItem:(id)item3;
-(void)uncacheText:(id)text refCommentItem:(id)item;
-(BOOL)updateTimelineTail;
-(BOOL)updateTimelineHead;
-(id)getLatestDataItem;
-(void)deleteAllTimelineDataItems;
-(id)getTimelineDataInCacheByItemID:(id)cacheByItemID;
-(id)getTimelineDataItemOfIndex:(int)index;
-(int)countOfTimelineDataItem;
-(void)reloadTimelineDataItems;
-(BOOL)isInFliterHBFeed:(id)fliterHBFeed;
-(void)deduplicateTimelineDataItems;
-(unsigned long)getTimelineShowFlag;
-(void)endTimeline;
-(void)beginTimeline;
-(void)onTimelineDataChanged:(id)changed andAdItems:(id)items;
-(void)onNoMoreTimelineData;
-(void)onTimelineDataChangedWithAdded:(id)added andChanged:(id)changed andDeleted:(id)deleted;
-(void)onHomepage:(id)homepage BGImgChanged:(id)changed;
-(void)onHomepage:(id)homepage totalCountChanged:(int)changed;
-(void)onHomepageUpdate:(int)update username:(id)username withAdded:(id)added andChanged:(id)changed andDeleted:(id)deleted;
-(id)getHomepageData:(id)data;
-(id)getCurrentUserHomepage;
-(id)innerGetHomepage:(id)homepage;
-(BOOL)updateHomePageTail:(id)tail;
-(BOOL)updateHomePageHead:(id)head source:(int)source;
-(BOOL)updateHomePageHead:(id)head;
-(void)endHomepage:(id)homepage;
-(void)beginHomepage:(id)homepage;
-(id)GetRecommendUsr;
-(BOOL)isValidRecommendUsr:(id)usr;
-(id)findDataItemInCacheByItemID:(id)cacheByItemID;
-(void)modifyDataItem:(id)item notify:(BOOL)notify;
-(BOOL)LL_onBeforeReturnDataItem:(id)item;
-(BOOL)isShowThumbForType:(int)type;
-(BOOL)isDataItemDeleted:(id)deleted;
-(void)markDataItemDeleted:(id)deleted;
-(id)deletedItemSet;
-(id)snsABTestMgr;
-(id)inputTextCacheMgr;
-(id)patternCacheMgr;
-(id)groupMgr;
-(id)bgMaster;
-(id)preloadLogic;
-(id)bgImgLogic;
-(id)homepageMgr:(id)mgr;
-(id)advertiseLogicMgr;
-(id)logicMgr;
-(id)strangerCommentMgrWithDB;
-(id)messageMgrWithDB;
-(id)uploadMgr;
-(id)timelineMgr;
-(id)downloadMgr;
-(id)adDataHelper;
-(id)database;
-(BOOL)onServiceMemoryWarning;
-(void)onServiceTerminate;
-(void)onServiceEnterForeground;
-(void)onServiceEnterBackground;
-(void)onServiceReloadData;
-(void)reloadDatabase;
-(void)dealloc;
-(void)onServiceClearData;
-(void)onServiceInit;
-(id)init;
-(void)addAutoCleanTask;
-(void)reportBrowseInfo;
-(void)logUserAction:(int)action onScene:(int)scene forFeed:(id)feed;
-(void)onAdLongVideoViewStateChange:(int)change;
-(void)onAdForwardSteamVideoStateChange:(int)change;
-(void)onAdFullScreenSightStateChange:(int)change;
-(void)onAdDetailPageStateChange:(int)change;
-(void)onAdFullScreenImageViewStateChange:(int)change;
-(void)onPOIDetailForDataItem:(id)dataItem StateChange:(int)change;
-(void)onExternalArticleViewStateChange:(int)change;
-(void)onMPArticleViewStateChange:(int)change;
-(void)onWebViewForURL:(id)url Ad:(BOOL)ad StreamVideo:(BOOL)video StateChange:(int)change;
-(void)onFullScreenSightViewStateChange:(int)change;
-(void)onFullScreenImageViewStateChange:(int)change;
-(void)onNewPostViewStateChange:(int)change;
-(void)onMessageListViewStateChange:(int)change;
-(void)onAlbumViewForOthersStateChange:(int)othersStateChange;
-(void)onAlbumViewForMySelfStateChange:(int)mySelfStateChange;
-(void)onTimeLineViewStateChange:(int)change;
-(id)getBrowseInfo;
-(void)WCFacadeBrowseInfoReportOnForeground;
-(void)WCFacadeBrowseInfoReportOnBackground;
-(void)WCFacadeBrowseInfoReportOnUnRegisterExt;
-(void)WCFacadeBrowseInfoReportOnRegisterExt;
-(void)onModifyContact:(id)contact;
-(void)removeCachesByContact:(id)contact;
-(void)removeCachesOfContentWithUserComment:(id)userComment;
-(void)setLayoutStylesOfContent:(id)content withUserComment:(id)userComment width:(float)width;
-(id)layoutStylesOfContentWithUserComment:(id)userComment width:(float)width;
-(void)removeContentHeightForWidth:(float)width withDataItem:(id)dataItem;
-(void)setContentHeight:(float)height forWidth:(float)width withUserComment:(id)userComment;
-(float)contentHeightForWidth:(float)width withUserComment:(id)userComment;
-(void)removeCachesOfContentWithDataItemId:(id)dataItemId;
-(void)removeCachesOfLikeUserWithDataItemId:(id)dataItemId;
-(void)setLayoutStylesOfLikeUser:(id)likeUser withDataItem:(id)dataItem width:(float)width;
-(id)layoutStylesOfLikeUserWithDataItem:(id)dataItem width:(float)width;
-(void)setlikeUserHeight:(float)height forWidth:(float)width withDataItem:(id)dataItem;
-(float)likeUserHeightForWidth:(float)width withDataItem:(id)dataItem;
-(void)setLayoutStylesOfContentDesc:(id)contentDesc withDataItem:(id)dataItem width:(float)width isShowDetail:(BOOL)detail scene:(int)scene;
-(id)layoutStylesOfContentDescWithDataItem:(id)dataItem width:(float)width isShowDetail:(BOOL)detail scene:(int)scene;
-(void)removeContentDescHeightForWidth:(float)width withDataItem:(id)dataItem;
-(void)setContentDescHeight:(float)height forWidth:(float)width withDataItem:(id)dataItem;
-(float)contentDescHeightForWidth:(float)width withDataItem:(id)dataItem;
-(id)getTipData:(id)data layerId:(id)anId;
-(BOOL)hiddenTip:(id)tip dataItem:(id)item;
-(BOOL)hitActionListShowTip:(id)tip layerId:(id)anId;
-(BOOL)isFirstTip:(id)tip layerId:(id)anId;
-(id)getShowTip:(id)tip layerId:(id)anId;
-(id)getLayerIdForDataItem:(id)dataItem;
-(void)replaceTipData:(id)data dataItem:(id)item layerId:(id)anId;
-(void)removeTipData:(id)data layerId:(id)anId;
-(void)setDataItem:(id)item showDetail:(BOOL)detail;
-(BOOL)isDataItemShowDetail:(id)detail;
-(void)LLDelete_onAfterDeleteDataItemFinished:(id)finished;
-(void)LLDelete_onBeforeDeleteDataItem:(id)item;
-(void)notifyTotalCountWhenDataItemDeleted:(id)deleted;
-(void)logSimpleScreenShot;
-(void)logAdContext:(id)context adPreFeedList:(id)list adNextFeedList:(id)list3;
-(void)logEndScreenShot:(unsigned long long)shot;
-(void)logOtherContentPostiont:(id)postiont frame:(CGRect)frame timeStamp:(unsigned long long)stamp;
-(void)logFeedCommentPosition:(id)position comment:(id)comment frame:(CGRect)frame timeStamp:(unsigned long long)stamp;
-(void)logFeedLikeListPosition:(id)position frame:(CGRect)frame timeStamp:(unsigned long long)stamp;
-(void)logFeedContentPosition:(id)position frame:(CGRect)frame timeStamp:(unsigned long long)stamp;
-(void)logStartScreenShot:(float)shot topBarHeight:(float)height screenWidth:(float)width screenHeight:(float)height4 visibleTopOffset:(float)offset visibleBottomOffset:(float)offset6 timeStamp:(unsigned long long)stamp;
-(void)logDataListChanged:(unsigned)changed startFeed:(id)feed endFeed:(id)feed3;
-(id)asyncLogOpInfoForForwardAttachVideo:(id)forwardAttachVideo;
-(id)asyncLogEndViewAlbum:(id)album;
-(void)logEndViewSight:(id)sight;
-(void)logEndViewBigImage:(id)image downloadedPictureCount:(unsigned)count;
-(id)asyncLogEndViewUrl:(id)url;
-(void)logStartRefCommentFeed:(id)feed refComment:(id)comment;
-(void)logStartCommentFeed:(id)feed;
-(void)logShowFloatView:(id)view;
-(void)logDeleteFeed:(id)feed;
-(void)logClickToPlayMusic:(id)playMusic musicInfo:(id)info;
-(void)logRefreshNextPage:(unsigned)page hasEnoughLocalData:(BOOL)data;
-(void)logRefreshHead:(unsigned)head;
-(void)logClickFailFeed:(id)feed index:(unsigned)index failCount:(unsigned)count;
-(void)logClickUnreadMessage:(unsigned)message;
-(void)logClickAdPoiInfo:(id)info;
-(void)logClickPoiInfo:(id)info;
-(void)logChangeAlbumBkgImage:(id)image;
-(void)logClickHeadImageToProfile:(id)profile userName:(id)name;
-(void)logClickHeadImageToAlbum:(id)album userName:(id)name;
-(void)logClickNickNameToProfile:(id)profile userName:(id)name;
-(void)logClickNickNameToAlbum:(id)album userName:(id)name;
-(void)logClickToViewUrl:(id)viewUrl;
-(void)logClickToViewSight:(id)viewSight mediaId:(id)anId;
-(void)logClickToViewBigImage:(id)viewBigImage mediaId:(id)anId pictureIndex:(int)index;
-(void)logTranslateFeedComment:(id)comment comment:(id)comment2;
-(void)logTranslateFeedContent:(id)content;
-(void)logExposeFeed:(id)feed reason:(id)reason;
-(id)asyncLogFavFeed:(id)feed url:(id)url;
-(id)asyncLogForwardToFriend:(id)aFriend friendName:(id)name url:(id)url;
-(id)asyncLogForwardToGroup:(id)group groupName:(id)name url:(id)url;
-(void)logRefCommentFeed:(id)feed refComment:(id)comment;
-(void)logCommentFeed:(id)feed;
-(void)logLikeFeed:(id)feed;
-(id)asyncLogOpInfoForForwardPostFeed:(id)forwardPostFeed;
-(id)asyncLogOpInfoForNormalPostFeed;
-(void)logExitTimeline:(BOOL)timeline hasNewFeedInServer:(BOOL)server startReadId:(id)anId endReadId:(id)anId4 waitLoadedFeedId:(id)anId5 browseFeedCount:(unsigned)count browseNewFeedCount:(unsigned)count7;
-(void)logEnterTimeline:(BOOL)timeline unreadMessageCount:(unsigned)count;
-(void)LLComment_onBeforeReturnUnLikeDataItem:(id)item;
-(void)LLComment_onBeforeReturnUnCommentDataItem:(id)item comment:(id)comment;
-(void)LLComment_onBeforeReturnStrangerDataItem:(id)item partner:(id)partner;
-(void)LLComment_onBeforeReturnDataItem:(id)item;
-(void)LLUpload_onAfterUploadTaskRestarted:(id)restarted;
-(void)LLUpload_onAfterUploadTaskFailed:(id)failed;
-(void)LLUpload_onAfterUploadTaskFinished:(id)finished;
-(void)LLUpload_onAfterAddUploadTask:(id)task;
-(void)LLUpload_onBeforeAddUploadTask:(id)task;
-(void)tryLogABTestResultTime:(id)time dataItemId:(id)anId startTime:(BOOL)time3 endTime:(BOOL)time4;
-(void)logABTestResult:(id)result dataItemId:(id)anId tipActionResult:(id)result3;
-(void)tryReportABTestResult;
-(void)removePreloadItemForBigImage:(id)bigImage;
-(void)tryLogPreloadImageResult;
-(void)removeItemForBigImageLoadedEfficency:(id)bigImageLoadedEfficency;
-(void)tryLogPreloadSucForBigImageLoadedEfficency:(id)bigImageLoadedEfficency;
-(void)tryLogBigImageLoadedEfficency:(id)efficency loadedResult:(unsigned long)result costTime:(unsigned long)time;
-(BOOL)shouldLogBigImageLoadedEfficency:(id)efficency;
-(void)tryLogPreloadSucForSmallImageLoadedEfficency:(id)smallImageLoadedEfficency;
-(void)tryLogSmallImageLoadedEfficency:(id)efficency loadedResult:(unsigned long)result costTime:(unsigned long)time loadedCount:(unsigned long)count;
-(BOOL)shouldLogSmallImageLoadedEfficency:(id)efficency;
-(void)removeItemForClickBigImage:(id)clickBigImage;
-(void)tryLogClickBigImage:(id)image clickIndex:(unsigned long)index clickCount:(unsigned long)count downloadCount:(unsigned long)count4;
-(void)logPreviewBigImageCount:(unsigned long)count totalCount:(unsigned long)count2;
@end