mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Compatibility header may #import bridging header if specified with -import-underlying-module. How these two headers are relative to each other is subject to project setting. To accommodate this, we should allow users to specify bridging header directory for header generating purposes. rdar://59110975
6 lines
180 B
Objective-C
6 lines
180 B
Objective-C
@import Foundation;
|
|
|
|
@interface UIColor : NSObject
|
|
- (UIColor *)colorWithAlphaComponent:(CGFloat)alpha;
|
|
- (UIColor *)resolvedColorWithTraitCollection:(CGFloat)traitCollection;
|
|
@end |