mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
16 lines
279 B
Objective-C
16 lines
279 B
Objective-C
//
|
|
// NSCharacterSet+SVGKExtensions.h
|
|
// Avatar
|
|
//
|
|
// Created by Devin Chalmers on 3/6/13.
|
|
// Copyright (c) 2013 DJZ. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface NSCharacterSet (SVGKExtensions)
|
|
|
|
+ (NSCharacterSet *)SVGWhitespaceCharacterSet;
|
|
|
|
@end
|