main
1namespace mars.rover.presentation
2{
3 public interface CaptureUserInstructionsView
4 {
5 void attach_to(CaptureUserInstructionsPresenter presenter);
6 void display(string location);
7 }
8}