diff --git a/Ample/Base.lproj/NewSlotView.xib b/Ample/Base.lproj/NewSlotView.xib
index c53c1cf..6b623c0 100644
--- a/Ample/Base.lproj/NewSlotView.xib
+++ b/Ample/Base.lproj/NewSlotView.xib
@@ -14,18 +14,18 @@
-
+
-
-
+
+
-
+
-
+
@@ -59,7 +59,7 @@
-
+
-
+
-
+
diff --git a/Ample/NewSlotViewController.m b/Ample/NewSlotViewController.m
index c0856a2..b1dd0dd 100644
--- a/Ample/NewSlotViewController.m
+++ b/Ample/NewSlotViewController.m
@@ -25,6 +25,10 @@ static NSAttributedString *ItalicMenuString(NSString *s) {
return [[NSAttributedString alloc] initWithString: s attributes: attr];
}
+@implementation SlotTableCellView
+
+@end
+
@implementation SlotItem
-(id)init {
@@ -182,6 +186,8 @@ static NSAttributedString *ItalicMenuString(NSString *s) {
- (void)viewDidLoad {
[super viewDidLoad];
// Do view setup here.
+
+ _root = [NSMutableArray new];
}
-(void)resetMachine {