mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
17 lines
215 B
Objective-C
17 lines
215 B
Objective-C
//
|
|
// SVGKit.m
|
|
// SVGKit-iOS
|
|
//
|
|
// Created by Devon Blandin on 5/13/13.
|
|
// Copyright (c) 2013 na. All rights reserved.
|
|
//
|
|
|
|
#import "SVGKit.h"
|
|
|
|
@implementation SVGKit : NSObject
|
|
|
|
+ (void) enableLogging {
|
|
}
|
|
|
|
@end
|