blob: 63d3b4e386d459c3a24ba1f3b1880fa095d09788 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//
// HJManagedImageVDelegate.h
// hjlib
//
// Copyright Hunter and Johnson 2009, 2010, 2011
// HJCache may be used freely in any iOS or Mac application free or commercial.
// May be redistributed as source code only if all the original files are included.
// See http://www.markj.net/hjcache-iphone-image-cache/
#import <Foundation/Foundation.h>
@class HJManagedImageV;
|