CatNiP -test sprint-4-interim
catnip
/Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/UIDocumentObject.h
Go to the documentation of this file.
00001 //
00002 //  UIDocumentObject.h
00003 //  DocumentView
00004 //
00005 //  Created by Lari O Rasku, tkol on 6/1/11.
00006 //  Copyright 2011 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <UIKit/UIKit.h>
00010 
00011 @interface UIDocumentObject : UIView {
00014     NSMutableArray *pages;
00015 }
00016 
00017 - (void)setDocumentAsPDF:(CGPDFDocumentRef)document;
00018 
00019 @end
 All Classes Files Functions Variables Properties Defines