diff --git a/src/dsl/ViewFilterSwizzler.h b/src/dsl/ViewFilterSwizzler.h index da05718..96afdbf 100644 --- a/src/dsl/ViewFilterSwizzler.h +++ b/src/dsl/ViewFilterSwizzler.h @@ -5,12 +5,12 @@ UIQuery *textField, *navigationBar, *label, *button, *navigationButton, *alertView, *textView, *tableView, *tableViewCell, *toolbar, *toolbarButton, *tabBar, *tabBarButton, *datePicker, *window, *webView, *view, *Switch, *slider, *segmentedControl, *searchBar, *scrollView, *progressView, *pickerView, *pageControl, *imageView, *control, *actionSheet, *activityIndicatorView, - *threePartButton, *navigationItemButtonView, *removeControlMinusButton; + *threePartButton, *navigationItemButtonView, *navigationItemView, *removeControlMinusButton; } @property(nonatomic, readonly) UIQuery *textField, *navigationBar, *label, *button, *navigationButton, *alertView, *textView, *tableView, *tableViewCell, *toolbar, *toolbarButton, *tabBar, *tabBarButton, *datePicker, *window, *webView, *view, *Switch, *slider, *segmentedControl, *searchBar, *scrollView, *progressView, *pickerView, *pageControl, *imageView, *control, *actionSheet, *activityIndicatorView, -*threePartButton, *navigationItemButtonView, *removeControlMinusButton; +*threePartButton, *navigationItemButtonView, *navigationItemView, *removeControlMinusButton; @end