js/Foundation/NSMutableArray.js
- 'use strict'
-
- import NSArray from './NSArray'
-
- /**
- * dummy class for NSKeyedArchiver/Unarchiver
- * @access public
- * @extends {NSArray}
- */
- export default class NSMutableArray extends NSArray {
- }
- 'use strict'
-
- import NSArray from './NSArray'
-
- /**
- * dummy class for NSKeyedArchiver/Unarchiver
- * @access public
- * @extends {NSArray}
- */
- export default class NSMutableArray extends NSArray {
- }