CatNiP -test sprint-4-interim
catnip
/Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/NotesPopoverController.h
Go to the documentation of this file.
00001 //
00002 //  NotesPopoverController.h
00003 //  CatNiP
00004 //
00005 //  Created by Lari O Rasku, tkol on 6/6/11.
00006 //  Copyright 2011 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <UIKit/UIKit.h>
00010 
00011 
00012 @interface NotesPopoverController : UIViewController {
00013     
00014     UITextView *textView;
00015 }
00016 @property (nonatomic, retain) IBOutlet UITextView *textView;
00017 
00018 @end
 All Classes Files Functions Variables Properties Defines