Cleanup header for GSStoryboardTransform

This commit is contained in:
Gregory John Casamento 2020-07-19 00:36:13 -04:00
parent 6611c50211
commit dc48f01b57

View file

@ -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)