Location edition
This commit is contained in:
parent
87718b7ad5
commit
c0e8524692
7 changed files with 119 additions and 99 deletions
|
|
@ -66,20 +66,3 @@ class UnSubscribeAction extends YourLocationActions {
|
|||
|
||||
UnSubscribeAction(this.loc);
|
||||
}
|
||||
|
||||
class EditYourLocationAction extends YourLocationActions {
|
||||
YourLocation loc;
|
||||
|
||||
EditYourLocationAction(this.loc);
|
||||
}
|
||||
|
||||
class EditConfirmYourLocationAction extends YourLocationActions {
|
||||
YourLocation loc;
|
||||
|
||||
EditConfirmYourLocationAction(this.loc);
|
||||
}
|
||||
|
||||
class EditCancelYourLocationAction extends YourLocationActions {
|
||||
YourLocation loc;
|
||||
EditCancelYourLocationAction(this.loc);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue