Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
SimplePlugin/MyPluginClass.h
/* |
Copyright _ 2005, Apple Computer, Inc. All rights reserved. |
NOTE: Use of this source code is subject to the terms of the Software |
License Agreement for Mac OS X, which accompanies the code. Your use |
of this source code signifies your agreement to such license terms and |
conditions. Except as expressly granted in the Software License Agreement |
for Mac OS X, no other copyright, patent, or other intellectual property |
license or right is granted, either expressly or by implication, by Apple. |
*/ |
#import <Cocoa/Cocoa.h> |
#import <WebKit/WebKit.h> |
@interface MyPluginClass : NSObject { |
short sayingCount; |
} |
@end |
Copyright © 2005 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2005-06-01