NSCharacterSet+SVGKExtensions.h 279 B

123456789101112131415
  1. //
  2. // NSCharacterSet+SVGKExtensions.h
  3. // Avatar
  4. //
  5. // Created by Devin Chalmers on 3/6/13.
  6. // Copyright (c) 2013 DJZ. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface NSCharacterSet (SVGKExtensions)
  10. + (NSCharacterSet *)SVGWhitespaceCharacterSet;
  11. @end