@interface SXImageDataFormat : SXDataFormat @property (readonly, nonatomic) struct _SXConvertibleValue { double x0; unsigned long long x1; } minimumWidth; @property (readonly, nonatomic) struct _SXConvertibleValue { double x0; unsigned long long x1; } minimumHeight; @property (readonly, nonatomic) struct _SXConvertibleValue { double x0; unsigned long long x1; } maximumWidth; @property (readonly, nonatomic) struct _SXConvertibleValue { double x0; unsigned long long x1; } maximumHeight; @end