]> git.saurik.com Git - iphone-api.git/blame - MessageUI/SoundController.h
Adding MessageUI framework.
[iphone-api.git] / MessageUI / SoundController.h
CommitLineData
434ac614
JF
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 SoundController : NSObject
10{
11}
12
13+ (BOOL)_shouldPlaySound:(id)fp8;
14+ (void)preheatSounds;
15+ (void)playNewMailSound;
16+ (void)playSentMailSound;
17- (id)init;
18- (void)dealloc;
19
20@end
21