2019-12-26 15:55:27 +04:00

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