spiegel-keyman/mac/Keyman4MacIM/Keyman4MacIM/KMConfiguration/KMConfigColumn3CellView.m
2017-08-10 13:11:52 +07:00

13 lines
294 B
Objective-C

//
// KMConfigColumn3CellView.m
// Keyman4MacIM
//
// Created by Serkan Kurt on 26/02/2015.
// Copyright (c) 2017 SIL International. All rights reserved.
//
#import "KMConfigColumn3CellView.h"
@implementation KMConfigColumn3CellView
@synthesize infoButton, helpButton, removeButton;
@end