summaryrefslogtreecommitdiffstats
path: root/SourcesEditViewCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'SourcesEditViewCell.h')
-rw-r--r--SourcesEditViewCell.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/SourcesEditViewCell.h b/SourcesEditViewCell.h
new file mode 100644
index 0000000..6bf6210
--- /dev/null
+++ b/SourcesEditViewCell.h
@@ -0,0 +1,18 @@
+//
+// SourcesEditViewCell.h
+// PicCast
+//
+// Created by Matthew Handler on 4/20/11.
+// Copyright 2011 Earl Industries. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "TopicTableViewCell.h"
+
+@interface SourcesEditViewCell : UITableViewCell {
+ IBOutlet UISwitch *switcher;
+}
+
+@property (nonatomic, retain) UISwitch *switcher;
+
+@end