Skip to content

Commit 93b67c9

Browse files
authored
Merge pull request #6 from markjeschke/master
Updated the deprecated AlertViews to utilize AlertControllers
2 parents e3f0552 + 0dcb421 commit 93b67c9

File tree

3 files changed

+234
-81
lines changed

3 files changed

+234
-81
lines changed

AudioShareSDK.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#import <Foundation/Foundation.h>
55
#import <UIKit/UIKit.h>
66

7-
@interface AudioShare : NSObject <UIAlertViewDelegate>
7+
@interface AudioShare : NSObject
88

99
typedef void(^AudioShareImportBlock)(NSString *path);
1010

@@ -22,4 +22,4 @@ typedef void(^AudioShareImportBlock)(NSString *path);
2222
// Convenience utility that returns filename extension for path if it's an audio or midi file
2323
+ (NSString*)findFileType:(NSString*)path;
2424

25-
@end
25+
@end

0 commit comments

Comments
 (0)