Add footnotes scaffolding

This commit is contained in:
Dolan Miu
2018-06-03 02:11:21 +01:00
parent 5de6617d10
commit b5b96506ae
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,9 @@
export class FootNotes {
public createFootNote(): void {
// TODO
}
public getFootNote(): void {
// TODO
}
}