8 lines
228 B
C
8 lines
228 B
C
#ifndef opml_lib_h
|
|
#define opml_lib_h
|
|
|
|
NSData* generateHTMLData(NSURL *url, NSBundle *bundle, BOOL thumb);
|
|
//void renderThumbnail(CFURLRef url, CFBundleRef bundle, CGContextRef context, CGSize maxSize);
|
|
|
|
#endif /* opml_lib_h */
|