Up
Authors
- Generated by abuild
-
- Declared in:
- Foundation/NSExtensionItem.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (
NSArray*)
attachments;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSAttributedString*)
attributedContentText;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSAttributedString*)
attributedTitle;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setAttachments: (
NSArray*)attachments;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setAttributedContentText: (
NSAttributedString*)string;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setAttributedTitle: (
NSAttributedString*)string;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setUserInfo: (
NSDictionary*)userInfo;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSDictionary*)
userInfo;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSExtensionItem Class
@protected NSArray* _attachments;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSAttributedString* _attributedContentText;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSAttributedString* _attributedTitle;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSDictionary* _userInfo;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up