mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
16 lines
327 B
Objective-C
16 lines
327 B
Objective-C
//
|
|
// NoContextTestClient.h
|
|
// Keyman4MacIM
|
|
//
|
|
// Created by tom on 6/25/18.
|
|
// Copyright © 2018 SIL International. All rights reserved.
|
|
//
|
|
|
|
#ifndef NoContextTestClient_h
|
|
#define NoContextTestClient_h
|
|
#import "LegacyTestClient.h"
|
|
|
|
@interface NoContextTestClient : LegacyTestClient
|
|
@end
|
|
|
|
#endif /* NoContextTestClient_h */
|