Sha256: 2131c763357f6226b469e8b0e867a28a595e6f598a073fa8deb4b494144ade67
Contents?: true
Size: 321 Bytes
Versions: 5
Compression:
Stored size: 321 Bytes
Contents
// // AppDelegate.h // HelpViewerApp // // Created by Jim Derry on 5/13/16. // Copyright © 2016 Jim Derry. All rights reserved. // #import <Cocoa/Cocoa.h> @interface AppDelegate : NSObject <NSApplicationDelegate> @property (nonatomic, assign) NSString* labelTitle; - (IBAction) getContextHelp:(id) sender; @end
Version data entries
5 entries across 5 versions & 1 rubygems