mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 05:32:11 +00:00
Cleanup header for GSStoryboardTransform
This commit is contained in:
parent
6611c50211
commit
dc48f01b57
1 changed files with 1 additions and 3 deletions
|
@ -56,7 +56,6 @@ extern "C" {
|
|||
- (NSMapTable *) segueMapForIdentifier: (NSString *)identifier;
|
||||
|
||||
- (void) processStoryboard: (NSXMLDocument *)storyboardXml;
|
||||
|
||||
@end
|
||||
|
||||
// Private classes used when parsing the XIB generated by the transformer...
|
||||
|
@ -98,7 +97,7 @@ extern "C" {
|
|||
- (IBAction) doAction: (id)sender;
|
||||
@end
|
||||
|
||||
@interface NSControllerPlaceholder : NSObject <NSCoding, NSCopying> // , NSSeguePerforming>
|
||||
@interface NSControllerPlaceholder : NSObject <NSCoding, NSCopying>
|
||||
{
|
||||
NSString *_storyboardName;
|
||||
}
|
||||
|
@ -107,7 +106,6 @@ extern "C" {
|
|||
- (void) setStoryboardName: (NSString *)name;
|
||||
|
||||
- (id) instantiate;
|
||||
|
||||
@end
|
||||
|
||||
#if defined(__cplusplus)
|
||||
|
|
Loading…
Reference in a new issue