From cd79e8cf2d642eb18fca492be164c01c3ac4e318 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 1 Mar 2011 15:19:03 -0800 Subject: Rename CYViewController to CyteViewController. --- CyteKit/ViewController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CyteKit/ViewController.h') diff --git a/CyteKit/ViewController.h b/CyteKit/ViewController.h index 1cf1a50..f707ba2 100644 --- a/CyteKit/ViewController.h +++ b/CyteKit/ViewController.h @@ -50,7 +50,7 @@ - (void) unloadData; @end -@interface CYViewController : UIViewController { +@interface CyteViewController : UIViewController { _transient id delegate_; BOOL loaded_; } -- cgit v1.2.3