valueWithEdgeInsets static method

NSValue valueWithEdgeInsets(
  1. NSEdgeInsets insets
)

Implementation

static NSValue valueWithEdgeInsets(NSEdgeInsets insets) {
  return NSValue.valueWithStruct(insets);
}