farhan678 / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

inMobiAppId / inMobiAppID capitalization #142

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
AdWhirl 2.6.1
AdWhirlAdapterInMobi.m:

calls 
if ([adWhirlDelegate respondsToSelector:@selector(inMobiAppId)]) {
    return [adWhirlDelegate inMobiAppID];
}

The delegate method is inMobiAppID (capital D at the end) so the @selector() 
should be fixed

Original issue reported on code.google.com by james.e....@gmail.com on 11 Nov 2010 at 3:32

GoogleCodeExporter commented 9 years ago

Original comment by nigelc...@google.com on 30 Nov 2010 at 9:51

GoogleCodeExporter commented 9 years ago

Original comment by wesgood...@google.com on 30 Nov 2010 at 9:55