IOSLinkedInAPI
IOSLinkedInAPI copied to clipboard
Strange AFNetworking call
Why do you call #import <AFNetworking/AFHTTPRequestOperationManager.h> on LIALinkedInHttpClient.h even though AFNetworking is not a binary framework?
Actually I haven't given it many thoughts, and don't know the consequences - if such exists. Is it a problem?
AFNetworking is not distributed as binary, so such path does not exist. It should have been #import "AFHTTPRequestOperationManager.h"