]> git.saurik.com Git - iphone-api.git/blobdiff - MessageUI/SoundController.h
Adding MessageUI framework.
[iphone-api.git] / MessageUI / SoundController.h
diff --git a/MessageUI/SoundController.h b/MessageUI/SoundController.h
new file mode 100644 (file)
index 0000000..223c3a2
--- /dev/null
@@ -0,0 +1,21 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "NSObject.h"
+
+@interface SoundController : NSObject
+{
+}
+
++ (BOOL)_shouldPlaySound:(id)fp8;
++ (void)preheatSounds;
++ (void)playNewMailSound;
++ (void)playSentMailSound;
+- (id)init;
+- (void)dealloc;
+
+@end
+