NSValue+KiwiAdditions.h 230 B

123456789101112131415
  1. //
  2. // Licensed under the terms in License.txt
  3. //
  4. // Copyright 2010 Allen Ding. All rights reserved.
  5. //
  6. #import "KiwiConfiguration.h"
  7. @interface NSValue(KiwiAdditions)
  8. #pragma mark - Accessing Data
  9. - (NSData *)dataValue;
  10. @end