valueWithCGVector static method

NSValue valueWithCGVector(
  1. CGVector vector
)

Implementation

static NSValue valueWithCGVector(CGVector vector) {
  return NSValue.valueWithStruct(vector);
}