Sha256: 8cc35918a8cdf626ba6bcb5b425536db3628a6217bcc3dd7dd2ef5e068370498
Contents?: true
Size: 329 Bytes
Versions: 44
Compression:
Stored size: 329 Bytes
Contents
// Copyright (c) 2011 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 <Cocoa/Cocoa.h> @interface TestAppAppDelegate : NSObject <NSApplicationDelegate> { NSWindow *window; } @property (assign) IBOutlet NSWindow *window; @end
Version data entries
44 entries across 44 versions & 7 rubygems