//
//  CustomView.swift
//
//  Code generated using QuartzCode <VERSION> on <DATE>.
//  www.quartzcodeapp.com
//

import UIKit

class CustomView: UIView {

//<before init>
override init(frame: CGRect) {
super.init(frame: frame)
// Initialization code
}

required init(coder aDecoder: NSCoder)
{
super.init(coder: aDecoder)
// Initialization code
}
