]> git.saurik.com Git - iphone-api.git/blob - ChatKit/NSObject-CKSMSComposeControllerDelegate.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / ChatKit / NSObject-CKSMSComposeControllerDelegate.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 "NSObject.h"
8
9 @interface NSObject (CKSMSComposeControllerDelegate)
10 - (void)smsComposeControllerDataInserted:(id)fp8;
11 - (void)smsComposeControllerAppeared:(id)fp8;
12 - (void)smsComposeControllerCancelled:(id)fp8;
13 - (void)smsComposeControllerSendStarted:(id)fp8;
14 @end
15