mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
NSMetadataAttributes constants
This commit is contained in:
parent
ab7f39d833
commit
a23e54c107
3 changed files with 3 additions and 1 deletions
|
@ -97,6 +97,7 @@
|
|||
#import <Foundation/NSMeasurement.h>
|
||||
#import <Foundation/NSMeasurementFormatter.h>
|
||||
#import <Foundation/NSMetadata.h>
|
||||
#import <Foundation/NSMetadataAttributes.h>
|
||||
#import <Foundation/NSMethodSignature.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSNotificationQueue.h>
|
||||
|
|
|
@ -27,7 +27,6 @@ NSISO8601DateFormatter.h
|
|||
NSItemProvider.h
|
||||
NSItemProviderReadingWriting.h
|
||||
NSLinguisticTagger.h
|
||||
NSMetadataAttributes.h
|
||||
NSObjectScripting.h
|
||||
NSOrthography.h
|
||||
NSUserActivity.h
|
||||
|
|
|
@ -257,6 +257,7 @@ NSMassFormatter.m \
|
|||
NSMeasurementFormatter.m \
|
||||
NSMeasurement.m \
|
||||
NSMetadata.m \
|
||||
NSMetadataAttributes.m \
|
||||
NSMethodSignature.m \
|
||||
NSNotification.m \
|
||||
NSNotificationCenter.m \
|
||||
|
@ -456,6 +457,7 @@ NSMassFormatter.h \
|
|||
NSMeasurementFormatter.h \
|
||||
NSMeasurement.h \
|
||||
NSMetadata.h \
|
||||
NSMetadataAttributes.h \
|
||||
NSMethodSignature.h \
|
||||
NSNetServices.h \
|
||||
NSNotification.h \
|
||||
|
|
Loading…
Reference in a new issue