// // NSError+Additions.h // KHealth // // #import @interface NSError (Additions) -(BOOL)isURLError; @end