Moved two methods into NSAttributedString.h

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6562 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2000-05-04 22:37:11 +00:00
parent 7cf5df31ea
commit 4e176b6c97

View file

@ -100,21 +100,6 @@ enum {
@end
/* Convenience for creating an attributed string with an attachment.
*/
@interface NSAttributedString (NSAttributedStringAttachmentConveniences)
+ (NSAttributedString *)attributedStringWithAttachment:(NSTextAttachment *)attachment;
@end
@interface NSMutableAttributedString (NSMutableAttributedStringAttachmentConveniences)
- (void)updateAttachmentsFromPath:(NSString *)path;
@end
#endif
#endif /* _GNUstep_H_NSTextAttachment */