summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/framework-headers/myframework.m
blob: 13d53a37ab716db25f82fb15060d47804db81e06 (plain)
1
2
3
4
5
6
7
8
// 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 "myframework.h"

@implementation TestObject
@end