clips-sys 0.3.0

Bindgen generated wrapper for CLIPS (clipsrules.net)
Documentation
//
//  CLIPSModule.h
//  CLIPS
//
//  Created by Gary Riley on 3/15/07.
//

#import <Cocoa/Cocoa.h>


@interface CLIPSModule : NSObject 
  {
   NSString *moduleName;
  }

- (NSString *) description;

- (void)                         setModuleName: (NSString *) theModuleName;
- (NSString *)                   moduleName;

@end