mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Migrate NSFileWraper to base.
This commit is contained in:
parent
311b338248
commit
ecea8da743
3 changed files with 3 additions and 0 deletions
|
@ -141,6 +141,7 @@
|
|||
#import <AppKit/NSDocumentController.h>
|
||||
#import <AppKit/NSDrawer.h>
|
||||
#import <AppKit/NSFileWrapper.h>
|
||||
#import <AppKit/NSFileWrapperExtensions.h>
|
||||
#import <AppKit/NSFontDescriptor.h>
|
||||
#import <AppKit/NSGestureRecognizer.h>
|
||||
#import <AppKit/NSGlyphGenerator.h>
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
|
||||
#import "AppKit/NSCell.h"
|
||||
#import "AppKit/NSFileWrapper.h"
|
||||
#import "AppKit/NSFileWrapperExtensions.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSTextContainer.h"
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
#import "AppKit/NSDragging.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSFileWrapper.h"
|
||||
#import "AppKit/NSFileWrapperExtensions.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSKeyValueBinding.h"
|
||||
|
|
Loading…
Reference in a new issue