We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3f0552 + 0dcb421 commit 93b67c9Copy full SHA for 93b67c9
AudioShareSDK.h
@@ -4,7 +4,7 @@
4
#import <Foundation/Foundation.h>
5
#import <UIKit/UIKit.h>
6
7
-@interface AudioShare : NSObject <UIAlertViewDelegate>
+@interface AudioShare : NSObject
8
9
typedef void(^AudioShareImportBlock)(NSString *path);
10
@@ -22,4 +22,4 @@ typedef void(^AudioShareImportBlock)(NSString *path);
22
// Convenience utility that returns filename extension for path if it's an audio or midi file
23
+ (NSString*)findFileType:(NSString*)path;
24
25
-@end
+@end
0 commit comments