KLKImageInfo Class Reference

Inherits from NSObject
Declared in KLKImageStorage.h

Overview

업로드된 이미지 정보를 담는 클래스

  URL

업로드 된 이미지의 URL

@property (readonly) NSURL *URL

Declared In

KLKImageStorage.h

  contentType

업로드 된 이미지의 Content-Type

@property (readonly) NSString *contentType

Declared In

KLKImageStorage.h

  length

업로드 된 이미지의 용량 (단위: 바이트)

@property (readonly) NSUInteger length

Declared In

KLKImageStorage.h

  width

업로드 된 이미지의 너비 (단위: 픽셀)

@property (readonly) NSUInteger width

Declared In

KLKImageStorage.h

  height

업로드 된 이미지의 높이 (단위: 픽셀)

@property (readonly) NSUInteger height

Declared In

KLKImageStorage.h