BTCacheDateValidator_Internal.h 264 B

12345678910111213
  1. #import <Foundation/Foundation.h>
  2. NS_ASSUME_NONNULL_BEGIN
  3. @interface BTCacheDateValidator : NSObject
  4. @property (nonatomic, readonly) int timeToLiveMinutes;
  5. -(BOOL) isCacheInvalid:(NSCachedURLResponse *)cachedConfigurationResponse;
  6. @end
  7. NS_ASSUME_NONNULL_END