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 small
Swift
var small: UnsafeMutablePointer<Int32> { get }
-
Gets medium size of image.
Declaration
Objective-C
@property(nonatomic, strong, readonly) UIImage *_Nonnull medium
Swift
var medium: UnsafeMutablePointer<Int32> { get }
-
Gets large size of image.
Declaration
Objective-C
@property(nonatomic, strong, readonly) UIImage *_Nonnull large
Swift
var large: UnsafeMutablePointer<Int32> { get }