Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 3332aa9

Browse files
committed
Remove unused enum for alerts.
1 parent ff41d49 commit 3332aa9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Pod/Classes/WPMediaCollectionViewController.m

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
@import MobileCoreServices;
88
@import AVFoundation;
99

10-
typedef NS_ENUM(NSUInteger, WPMediaCollectionAlert){
11-
WPMediaCollectionAlertMediaLibraryPermissionsNeeded,
12-
WPMediaCollectionAlertMediaCapturePermissionsNeeded,
13-
WPMediaCollectionAlertOtherError
14-
};
15-
1610
@interface WPMediaCollectionViewController ()
1711
<
1812
UIImagePickerControllerDelegate,

0 commit comments

Comments
 (0)