valueWithCGSize static method

NSValue valueWithCGSize(
  1. CGSize size
)

Implementation

static NSValue valueWithCGSize(CGSize size) {
  return NSValue.valueWithStruct(size);
}