Files
swift-mirror/test/PrintAsObjC/Inputs/CoreGraphics-Bridging-Header.h
Xi Ge df0493c288 PrintAsObjC: allow users to specify bridging header relative path for printing
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
2020-03-11 17:09:53 -07:00

6 lines
180 B
Objective-C

@import Foundation;
@interface UIColor : NSObject
- (UIColor *)colorWithAlphaComponent:(CGFloat)alpha;
- (UIColor *)resolvedColorWithTraitCollection:(CGFloat)traitCollection;
@end