Moved NSAttributedString text attachment method declarations to here.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14412 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2002-09-06 23:37:50 +00:00
parent 04a03d6a6a
commit 187c44c4aa

View file

@ -136,6 +136,16 @@ enum {
@end
@interface NSAttributedString (NSTextAttachment)
+ (NSAttributedString*) attributedStringWithAttachment:
(NSTextAttachment*)attachment;
- (BOOL) containsAttachments;
@end
@interface NSMutableAttributedString (NSTextAttachment)
- (void) updateAttachmentsFromPath: (NSString *)path;
@end
#endif
#endif /* _GNUstep_H_NSTextAttachment */