Files
swift-mirror/test/Inputs/clang-importer-sdk/usr/include/NotificationCenter.h
Doug Gregor 97f894dd4a In the importer SDK, move NCWidgetController into the NotificationCenter module.
We’re about to require that API notes show up in the right place.

Swift SVN r20119
2014-07-17 23:16:41 +00:00

6 lines
101 B
Objective-C

@import Foundation;
@interface NCWidgetController : NSObject
+ (instancetype)widgetController;
@end