import UIKit
class ViewController: UIViewController {
var container: UIView!
override func viewDidLoad() {
super.viewDidLoad()
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
// | |
// MCLocalization_Hierarchical.h | |
// MCLocalization | |
// | |
// This sample code shows how hierarchical localization file could be processed | |
// | |
// Created by Baglan on 8/26/15. | |
// Copyright (c) 2015 MobileCreators. All rights reserved. | |
// |