Documentation Archive Developer
Search

NotificationCenter Changes for Objective-C

NotificationCenter

NCWidgetListViewController.h

Declaration
From
@property(copy) NSArray *contents
To
@property(copy) NSArray<id> *contents

NCWidgetSearchViewController.h

Declaration
From
@property(copy) NSArray *searchResults
To
@property(copy) NSArray<id> *searchResults