NotificationCenter Changes
NotificationCenter
NCWidgetListViewController.h
Modified NCWidgetListViewController.delegate
Declaration | |
---|---|
From | @property(weak) id<NCWidgetListViewDelegate> delegate |
To | @property(weak) IBOutlet id<NCWidgetListViewDelegate> delegate |
NCWidgetSearchViewController.h
Declaration | |
---|---|
From | @property(weak) id<NCWidgetSearchViewDelegate> delegate |
To | @property(weak) IBOutlet id<NCWidgetSearchViewDelegate> delegate |