mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:10:48 +00:00
Define protocol for method [classForFormat:producer:].
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14411 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3125980631
commit
0532322dff
1 changed files with 6 additions and 1 deletions
|
@ -34,8 +34,13 @@
|
|||
#include <Foundation/NSAttributedString.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <AppKit/NSFileWrapper.h>
|
||||
|
||||
@class NSFileWrapper;
|
||||
|
||||
@protocol GSTextConverter
|
||||
+ (Class) classForFormat: (NSString*)format
|
||||
producer: (BOOL)producer;
|
||||
@end
|
||||
|
||||
@protocol GSTextProducer
|
||||
+ (NSData*) produceDataFrom: (NSAttributedString*) aText
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue