Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asahiocean
SZRCAI
Commits
a952388c
Verified
Commit
a952388c
authored
Jul 05, 2021
by
asahiocean
🚀
Browse files
internal vars
parent
8d6cee27
Changes
1
Hide whitespace changes
Inline
Side-by-side
SZRCAI/SZRCAI/Main code/Model/Model.swift
View file @
a952388c
...
...
@@ -21,8 +21,8 @@ protocol ModelDelegate: AnyObject {
@objc
dynamic
var
selected
:
PinAnnotation
?
public
var
route
:
[
PinAnnotation
]
=
[]
var
selectedPinsKVO
:
NSKeyValueObservation
!
var
mainButtonTitle
:
String
=
""
// To save the button name
internal
var
selectedPinsKVO
:
NSKeyValueObservation
!
internal
var
mainButtonTitle
:
String
=
""
// To save the button name
fileprivate
override
init
()
{
super
.
init
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment