this is useful if this is being added to a dynamic framework
@@ -7,6 +7,7 @@
//
#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
@interface FLEXManager : NSObject
#import "FLEXFileBrowserFileOperationController.h"
@interface FLEXFileBrowserFileDeleteOperationController () <UIAlertViewDelegate>
+#import "UIKit/UIKit.h"
typedef NS_ENUM(NSInteger, FLEXNetworkTransactionState) {
FLEXNetworkTransactionStateUnstarted,
@@ -12,6 +12,8 @@
// which Square, Inc. licenses this file to you.
+#import <Foundation/Foundation.h>
+
extern NSString *const kFLEXNetworkObserverEnabledStateChangedNotification;
/// This class swizzles NSURLConnection and NSURLSession delegate methods to observe events in the URL loading system.