| 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.