AWFAirQualitySource
Objective-C
@interface AWFAirQualitySource : AWFWeatherObject
Swift
class AWFAirQualitySource : AWFWeatherObject
An AWFAirQualitySource
represents an air quality data source used for a station.
-
The name of the data source.
Declaration
Objective-C
@property (nonatomic, copy, nullable) NSString *name;
Swift
var name: String? { get set }