Add observable array and use it for arrangeObjects.

This commit is contained in:
fredkiefer 2020-01-12 21:02:16 +01:00
parent d7676fb7c2
commit 3a6176b0cf
3 changed files with 105 additions and 1 deletions

View file

@ -78,4 +78,10 @@
@interface GSKeyValueAndBinding : GSKeyValueBinding
@end
@interface GSObservableArray : NSArray
{
NSArray *_array;
}
@end
#endif //_GS_BINDING_HELPER_H