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