KHNetworkOperation.m 157 B

12345678910111213
  1. //
  2. // KHNetworkOperation.m
  3. // KHealth
  4. //
  5. //
  6. #import "KHNetworkOperation.h"
  7. @implementation KHNetworkOperation
  8. -(BOOL) isCacheable{
  9. return NO;
  10. }
  11. @end