Merge branch 'develop'

This commit is contained in:
John Estropia
2019-04-27 17:51:12 +09:00
16 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,7 @@
import Foundation
protocol OrganismProtocol: class {
protocol OrganismProtocol: AnyObject {
var dna: Int64 { get set }