// // KHNetworkOperation.m // KHealth // // #import "KHNetworkOperation.h" @implementation KHNetworkOperation -(BOOL) isCacheable{ return NO; } @end