Skip to content

Instantly share code, notes, and snippets.

@johnhammerlund
Created March 21, 2018 04:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnhammerlund/6b64900a3a74705a33fec01ef323fc95 to your computer and use it in GitHub Desktop.
Save johnhammerlund/6b64900a3a74705a33fec01ef323fc95 to your computer and use it in GitHub Desktop.
#if NETWORK_MIGRATION_ENABLED
#import "MyApp-Swift.h"
#define AFHTTPRequestOperation AFHTTPRequestOperationConduitAdapter
#define AFJSONRequestSerializer AFJSONRequestSerializerConduitAdapter
/// Etc.
#else
#import <AFNetworking/AFNetworking.h>
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment