mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 16:31:55 +00:00
Add user interface compression
This commit is contained in:
parent
3d1da7a0b3
commit
e4fb12cae5
5 changed files with 183 additions and 5 deletions
|
@ -26,5 +26,23 @@
|
|||
|
||||
@implementation NSSharingServicePickerToolbarItem
|
||||
|
||||
- (id) activityItemsConfiguration
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (void) setActivityItemsConfiguration: (id)items
|
||||
{
|
||||
}
|
||||
|
||||
- (id<NSSharingServicePickerToolbarItemDelegate>) delegate
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (void) setDelegate: (id<NSSharingServicePickerToolbarItemDelegate>) delegate
|
||||
{
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue