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
| // | |
| // MNGStarRating.swift | |
| // CommonCents | |
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 11/27/15. | |
| // Copyright © 2015 MING Technology. All rights reserved. | |
| // | |
| import UIKit |
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
| // | |
| // Compression.swift | |
| // | |
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 2/11/16. | |
| // Copyright © 2016 MING Technology. All rights reserved. | |
| // | |
| import Foundation |
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
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 2/12/16. | |
| // Copyright © 2016 MING Technology. All rights reserved. | |
| // | |
| import UIKit | |
| import AVFoundation | |
| class MNGVideoPlayerView: UIView { |
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
| // | |
| // MNGSoundManager.swift | |
| // | |
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 10/26/15. | |
| // Copyright © 2015 MING Technology. All rights reserved. | |
| // | |
| import Foundation | |
| import AudioToolbox |
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
| // | |
| // MNGImageToDataTransformer.swift | |
| // | |
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 9/11/15. | |
| // Copyright © 2015 MING Technology. All rights reserved. | |
| // | |
| import UIKit |
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
| // MNGCloudManager.swift | |
| // | |
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 7/25/15. | |
| // Copyright © 2015 MING Technology. All rights reserved. | |
| // | |
| import Foundation | |
| import CloudKit |
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
| // | |
| // DictionaryExtensions.swift | |
| // | |
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 12/14/15. | |
| // Copyright © 2015 MING Technology. All rights reserved. | |
| // | |
| import Foundation |
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
| // | |
| // MNGAppUserSettings.swift | |
| // | |
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 12/7/15. | |
| // Copyright © 2015 MING Technology. All rights reserved. | |
| // | |
| import UIKit |
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
| // | |
| // MNGViewExtensions.swift | |
| // | |
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 10/30/15. | |
| // Copyright © 2015 MING Technology. All rights reserved. | |
| // | |
| import UIKit |
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
| // | |
| // MNGColorExtensions.swift | |
| // | |
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 8/19/15. | |
| // Copyright © 2015 MING Technology. All rights reserved. | |
| // | |
| import Foundation | |
| #if os(OSX) |