//
// GroupQRView.swift
// Paiai_iOS
//
// Created by ffib on 2019/2/18.
// Copyright © 2019 yb. All rights reserved.
//
import UIKit
class GroupQRView: UIView {
/*
// Only override draw() if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
override func draw(_ rect: CGRect) {
// Drawing code
}
*/
}
|