GeometryView.h 220 Bytes
Newer Older
陈俊俊's avatar
陈俊俊 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
//
//  GeometryView.h
//  CNTaipingAgent
//
//  Created by chenchen on 15/9/7.
//  Copyright (c) 2015年 Taiping. All rights reserved.
//
//  虚线边框

#import <UIKit/UIKit.h>

@interface GeometryView : UIView

@end