I have used following code for getting the IMEI number of iPhone in objective-c:
NSString *imei = [[NetworkController sharedInstance] IMEI];
But I am getting this error, Use of undeclared identifier "NetworkController" I have imported AFNetworking.h but I can not solve this error. Can anybody help me for solving the issue?