source: release/1.7/cocoa-ide-contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispControllerPlugin.m

Last change on this file was 13631, checked in by Paul Krueger, 15 years ago

Version 2 of InterfaceProjects

File size: 469 bytes
Line 
1//
2// LispControllerPlugin.m
3// LispControllerPlugin
4//
5// Created by Paul Krueger on 2/3/10.
6// Copyright. All rights reserved.
7//
8
9#import "LispControllerPlugin.h"
10
11@implementation LispControllerPlugin
12- (NSArray *)libraryNibNames {
13 return [NSArray arrayWithObject:@"LispControllerPluginLibrary"];
14}
15
16- (NSArray *)requiredFrameworks {
17 return [NSArray arrayWithObjects:[NSBundle bundleWithIdentifier:@"com.yourcompany.LispControllerPlugin"], nil];
18}
19
20@end
Note: See TracBrowser for help on using the repository browser.