// // PINCache+PINRemoteImageCaching.h // Pods // // Created by Aleksei Shevchenko on 7/28/16. // // #import #import "PINRemoteImageCaching.h" #import "PINRemoteImageManager.h" @interface PINCache (PINRemoteImageCaching) @end @interface PINRemoteImageManager (PINCache) @property (nonatomic, nullable, readonly) PINCache *pinCache; @end