mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
13 lines
235 B
Objective-C
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
|