2015-11-19 22:37:25 +03:00
|
|
|
class Foo {
|
|
|
|
constructor(
|
2019-07-22 23:30:25 +03:00
|
|
|
test: number, // foo bar,
|
|
|
|
exitEditModeCallback: () => void // Used to re-enable View updates.
|
2015-11-19 22:37:25 +03:00
|
|
|
) {
|
2019-07-22 23:30:25 +03:00
|
|
|
|
2015-11-19 22:37:25 +03:00
|
|
|
}
|
|
|
|
}
|