diff options
author | Nicholas Tay <nick@windblume.net> | 2022-03-24 16:32:23 +1100 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2022-03-24 16:32:23 +1100 |
commit | 1b292bc251b3dbef532dacad9705bd197ac4227b (patch) | |
tree | 1635ed0cc70922f6337d010b42e2119258877114 /foray/Scenes | |
parent | 716724df0fee78a8976d5255096e000af29daad1 (diff) | |
download | forayios-1b292bc251b3dbef532dacad9705bd197ac4227b.tar.gz forayios-1b292bc251b3dbef532dacad9705bd197ac4227b.tar.bz2 forayios-1b292bc251b3dbef532dacad9705bd197ac4227b.zip |
Reorganise into folder groups
In preparation for presenters to come in largely, lots of files starting
to go everywhere...
Diffstat (limited to '')
-rw-r--r-- | foray/Scenes/ForayDetailView.swift (renamed from foray/ForayDetailView.swift) | 0 | ||||
-rw-r--r-- | foray/Scenes/ForayDetailViewController.swift (renamed from foray/ForayDetailViewController.swift) | 0 | ||||
-rw-r--r-- | foray/Scenes/ForayLoadingOverlay.swift (renamed from foray/ForayLoadingOverlay.swift) | 0 | ||||
-rw-r--r-- | foray/Scenes/ForayNewTableViewCell.swift (renamed from foray/ForayNewTableViewCell.swift) | 0 | ||||
-rw-r--r-- | foray/Scenes/ForayTableViewController.swift (renamed from foray/ForayTableViewController.swift) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/foray/ForayDetailView.swift b/foray/Scenes/ForayDetailView.swift index 5997016..5997016 100644 --- a/foray/ForayDetailView.swift +++ b/foray/Scenes/ForayDetailView.swift diff --git a/foray/ForayDetailViewController.swift b/foray/Scenes/ForayDetailViewController.swift index c676df6..c676df6 100644 --- a/foray/ForayDetailViewController.swift +++ b/foray/Scenes/ForayDetailViewController.swift diff --git a/foray/ForayLoadingOverlay.swift b/foray/Scenes/ForayLoadingOverlay.swift index 1aa6260..1aa6260 100644 --- a/foray/ForayLoadingOverlay.swift +++ b/foray/Scenes/ForayLoadingOverlay.swift diff --git a/foray/ForayNewTableViewCell.swift b/foray/Scenes/ForayNewTableViewCell.swift index 224709a..224709a 100644 --- a/foray/ForayNewTableViewCell.swift +++ b/foray/Scenes/ForayNewTableViewCell.swift diff --git a/foray/ForayTableViewController.swift b/foray/Scenes/ForayTableViewController.swift index 37ac2e5..37ac2e5 100644 --- a/foray/ForayTableViewController.swift +++ b/foray/Scenes/ForayTableViewController.swift |