14 lines
200 B
Objective-C
14 lines
200 B
Objective-C
//
|
|
// WaitingPageView.h
|
|
// Yoosee
|
|
//
|
|
// Created by wutong on 15-2-4.
|
|
// Copyright (c) 2015年 guojunyi. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface WaitingPageView : UIView
|
|
|
|
@end
|