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