mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Add dealloc
This commit is contained in:
parent
f23058b172
commit
0b23edea63
3 changed files with 3 additions and 1 deletions
|
@ -71,6 +71,7 @@
|
|||
#import <AppKit/NSControl.h>
|
||||
#import <AppKit/NSCursor.h>
|
||||
#import <AppKit/NSCustomImageRep.h>
|
||||
#import <AppKit/NSDataAsset.h>
|
||||
#import <AppKit/NSDataLink.h>
|
||||
#import <AppKit/NSDataLinkManager.h>
|
||||
#import <AppKit/NSDataLinkPanel.h>
|
||||
|
|
1
MISSING
1
MISSING
|
@ -14,7 +14,6 @@ MISSING HEADERS
|
|||
> NSCollectionViewLayout.h
|
||||
> NSCollectionViewTransitionLayout.h
|
||||
> NSColorSampler.h
|
||||
> NSDataAsset.h
|
||||
> NSDictionaryController.h
|
||||
> NSDiffableDataSource.h
|
||||
> NSDraggingItem.h
|
||||
|
|
|
@ -89,6 +89,7 @@ NSController.m \
|
|||
NSCursor.m \
|
||||
NSCustomImageRep.m \
|
||||
NSCustomTouchBarItem.m \
|
||||
NSDataAsset.m \
|
||||
NSDataLink.m \
|
||||
NSDataLinkManager.m \
|
||||
NSDataLinkPanel.m \
|
||||
|
@ -375,6 +376,7 @@ NSController.h \
|
|||
NSCursor.h \
|
||||
NSCustomImageRep.h \
|
||||
NSCustomTouchBarItem.h \
|
||||
NSDataAsset.h \
|
||||
NSDataLink.h \
|
||||
NSDataLinkManager.h \
|
||||
NSDataLinkPanel.h \
|
||||
|
|
Loading…
Reference in a new issue