summaryrefslogtreecommitdiff
path: root/UICaboodle/RVPage.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-10-04 03:37:09 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2010-10-04 03:38:36 -0700
commitbc11cf5bb67e9f5c4096dc93d813272a49de1115 (patch)
treeb1a18850aca2b23c41e7844d95efe10852a80e91 /UICaboodle/RVPage.h
parent54b844a077e17de31c79cb71d8b6948f8b152a8e (diff)
Removed tabs and trailing space characters from codebase.
Diffstat (limited to 'UICaboodle/RVPage.h')
-rw-r--r--UICaboodle/RVPage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UICaboodle/RVPage.h b/UICaboodle/RVPage.h
index d2f84fa..3f16bc1 100644
--- a/UICaboodle/RVPage.h
+++ b/UICaboodle/RVPage.h
@@ -3,7 +3,7 @@
#import <UIKit/UIKit.h>
@interface UCViewController : UIViewController {
- id delegate_;
+ id delegate_;
}
- (void)setDelegate:(id)delegate;
- (void) reloadData;