GSKResizeResult
Objective-C
@interface GSKResizeResult : NSObject
Swift
class GSKResizeResult : NSObject
The result of a resizing operation
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithResizedImagePath:(NSString *)path;
Swift
init(resizedImagePath path: String)
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) NSString *resizedImagePath
Swift
var resizedImagePath: String { get }