mirror of
https://github.com/atom/atom.git
synced 2026-01-26 15:28:27 -05:00
9 lines
233 B
Objective-C
9 lines
233 B
Objective-C
// Copyright (c) 2012 Google Inc. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface TestObject : NSObject
|
|
@end
|