]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKTranscriptController-MediaEntry.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / ChatKit / CKTranscriptController-MediaEntry.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <ChatKit/CKTranscriptController.h>
8
9 @interface CKTranscriptController (MediaEntry)
10 + (void)_sendDidStartSavingImageNotification;
11 + (void)_sendDidFinishSavingImageNotificationWithImage:(id)fp8 error:(id)fp12 context:(void *)fp16;
12 - (void)_setupMediaEntryViewWithFrame:(struct CGRect)fp8;
13 - (void)addMedia:(id)fp8;
14 - (void)actionSheet:(id)fp8 didDismissWithButtonIndex:(int)fp12;
15 - (void)actionSheet:(id)fp8 clickedButtonAtIndex:(int)fp12;
16 - (void)_showMediaSourceSelectionSheet;
17 - (void)_showPhotoPickerWithSourceType:(unsigned int)fp8;
18 - (void)imagePickerControllerDidCancel:(id)fp8;
19 - (void)imagePickerController:(id)fp8 didFinishPickingMediaWithInfo:(id)fp12;
20 - (void)_addPreviewGeneratorObject:(id)fp8;
21 - (void)_generatePreviewsForMediaObject:(id)fp8;
22 - (void)_addPart:(id)fp8;
23 - (void)ckMediaPreviewGeneratorFinished:(id)fp8;
24 - (void)_showPhotoScrollerForTranscriptStartingAtRow:(int)fp8;
25 - (BOOL)photoScrollerShouldShowActionItem:(id)fp8;
26 - (void)photoScroller:(id)fp8 showActionSheetInView:(id)fp12;
27 - (void)_showMediaForTranscriptStartingAtRow:(int)fp8;
28 - (void)_showVCardViewerForRow:(int)fp8;
29 - (void)_showVCalViewerForRow:(int)fp8;
30 - (id)_supportedMediaTypesForPhotoPicker;
31 @end
32