TTTrafficDetailImage
Objective-C
@interface TTTrafficDetailImage : NSObject
Swift
class TTTrafficDetailImage : NSObject
TTTrafficDetailImage
-
Gets small size of image.
Declaration
Objective-C
@property(nonatomic, strong, readonly) UIImage *_Nonnull smallSwift
var small: UnsafeMutablePointer<Int32> { get } -
Gets medium size of image.
Declaration
Objective-C
@property(nonatomic, strong, readonly) UIImage *_Nonnull mediumSwift
var medium: UnsafeMutablePointer<Int32> { get } -
Gets large size of image.
Declaration
Objective-C
@property(nonatomic, strong, readonly) UIImage *_Nonnull largeSwift
var large: UnsafeMutablePointer<Int32> { get }
TTTrafficDetailImage Class Reference