@class NSDate; @interface ICAssetThumbnailCache : NSObject @property (class, nonatomic, readonly) NSDate *currentVersionDate; @property (class, nonatomic, readonly) ICAssetThumbnailCache *shared; - (id)init; - (void)setObject:(id)a0 forKeyedSubscript:(id)a1; - (void).cxx_destruct; - (id)objectForKeyedSubscript:(id)a0; - (void)invalidateForObjectIdentifiers:(id)a0; - (id)creationDateFor:(id)a0; @end