Created
March 12, 2016 04:50
-
-
Save niwatako/9c0c1358a7bb503b6f9d to your computer and use it in GitHub Desktop.
最初だけ初期化する、のではなく毎回新しく作り直して取得したいときはこうですね 、計算型プロパティ(Computed Properties) #cocoa_kansai #CodePiece
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class File { | |
| var content: Content { | |
| return Content(path:self.path) | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment