You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonathan Miller 1f14de672b Adds library files 4 years ago
..
Adapters Adds library files 4 years ago
Adapters.meta Adds library files 4 years ago
ChangesTabPageView.cs Adds library files 4 years ago
ChangesTabPageView.cs.meta Adds library files 4 years ago
HistoryTabPageView.cs Adds library files 4 years ago
HistoryTabPageView.cs.meta Adds library files 4 years ago
IChangesView.cs Adds library files 4 years ago
IChangesView.cs.meta Adds library files 4 years ago
IHistoryView.cs Adds library files 4 years ago
IHistoryView.cs.meta Adds library files 4 years ago
IMainView.cs Adds library files 4 years ago
IMainView.cs.meta Adds library files 4 years ago
IStartView.cs Adds library files 4 years ago
IStartView.cs.meta Adds library files 4 years ago
IView.cs Adds library files 4 years ago
IView.cs.meta Adds library files 4 years ago
MainPageView.cs Adds library files 4 years ago
MainPageView.cs.meta Adds library files 4 years ago
README.md Adds library files 4 years ago
README.md.meta Adds library files 4 years ago
StartPageView.cs Adds library files 4 years ago
StartPageView.cs.meta Adds library files 4 years ago

README.md

Views

In this directory, we have all of the interfaces and implementations of the Views in the package's MVP architecture.

ListAdapters are also stored under Adapters/ as they are considered a sub-View.