Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Fix build by removing this type
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed May 29, 2011
1 parent e70066c commit 0320b96
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions src/scriptingbridge.cs
Expand Up @@ -129,26 +129,4 @@ interface SBApplicationDelegate {

}


[BaseType (typeof (NSMutableArray))]
interface SBElementArray {
[Export ("objectWithName:")]
NSObject Object (string name);

[Export ("objectWithID:")]
NSObject Object (NSObject identifier);

[Export ("objectAtLocation:")]
NSObject ObjectAt (NSObject location);

[Export ("arrayByApplyingSelector:")]
NSArray GetArray (Selector selector);

[Export ("arrayByApplyingSelector:withObject:")]
NSArray GetArray (Selector aSelector, NSObject argument);

[Export ("get")]
NSArray Get { get; }

}
}
}

0 comments on commit 0320b96

Please sign in to comment.