KLKImageInfo Class Reference
Inherits from | NSObject |
---|---|
Declared in | KLKImageStorage.h KLKImageStorage.m |
URL
업로드 된 이미지의 URL
@property (readonly) NSURL *URL
Discussion
@property URL
Declared In
KLKImageStorage.h
contentType
업로드 된 이미지의 Content-Type
@property (readonly) NSString *contentType
Discussion
@property contentType
Declared In
KLKImageStorage.h
length
업로드 된 이미지의 용량 (단위: 바이트)
@property (readonly) NSUInteger length
Discussion
@property length
Declared In
KLKImageStorage.h
width
업로드 된 이미지의 너비 (단위: 픽셀)
@property (readonly) NSUInteger width
Discussion
@property width
Declared In
KLKImageStorage.h
height
업로드 된 이미지의 높이 (단위: 픽셀)
@property (readonly) NSUInteger height
Discussion
@property height
Declared In
KLKImageStorage.h