spec/fixtures/custom_view.rb in ib-0.1.0 vs spec/fixtures/custom_view.rb in ib-0.1.1
- old
+ new
@@ -2,8 +2,10 @@
extend IB
ib_outlet :greenLabel, UIGreenLabel
ib_outlet :redLabel, "UILabel"
+ ib_outlet :untyped_label
+
ib_action :someAction
end
\ No newline at end of file