VICacheSessionManager.h 324 B

1234567891011121314151617
  1. //
  2. // VICacheSessionManager.h
  3. // VIMediaCacheDemo
  4. //
  5. // Created by Vito on 4/21/16.
  6. // Copyright © 2016 Vito. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface VICacheSessionManager : NSObject
  10. @property (nonatomic, strong, readonly) NSOperationQueue *downloadQueue;
  11. + (instancetype)shared;
  12. @end