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