spiegel-keyman/ios/engine/KMEI/KeymanEngine/Classes/KMURLProtocol.h
2017-08-21 13:54:29 +07:00

13 lines
235 B
Objective-C

//
// KMURLProtocol.h
// Keyman Engine
//
// Created by Serkan Kurt on 26/09/2014.
// Copyright (c) 2017 SIL International. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface KMURLProtocol : NSURLProtocol
@end