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
| // | |
| // MNGStyleUtilities.swift | |
| // | |
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 9/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
| // | |
| // MNGUserDefaultsExtensions.swift | |
| // | |
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 11/4/15. | |
| // Copyright © 2015 MING Technology. All rights reserved. | |
| // | |
| import Foundation | |
| 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
| // | |
| // MNGCoreImageExtensions.swift | |
| // | |
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 7/28/15. | |
| // Copyright © 2015 MING Technology. All rights reserved. | |
| // | |
| import CoreImage | |
| 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
| // | |
| // MNGLayerExtensions.swift | |
| // | |
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 6/21/15. | |
| // Copyright © 2015 MING Technology. All rights reserved. | |
| // | |
| import QuartzCore |
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
| // | |
| // MNGApplicatioNExtensions.swift | |
| // | |
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 6/22/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
| // | |
| // MNGStringExtensions.swift | |
| // | |
| // | |
| // Created by Tommie Carter on 6/29/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
| // | |
| // MNGAVPlayerExtensions.swift | |
| // | |
| // | |
| // Created by Tommie Carter on 7/6/15. | |
| // Copyright © 2015 MING Technology. All rights reserved. | |
| // | |
| import AVFoundation | |
| 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
| // | |
| // MNGBackgroundThreadOperator.swift | |
| // | |
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 7/18/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
| // | |
| // ModalNoAnimationSegue.swift | |
| // | |
| // | |
| // Created by Tommie N. Carter, Jr., MBA on 9/2/15. | |
| // Copyright © 2015 MING Technology. All rights reserved. | |
| // | |
| import UIKit |