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