12345678910111213141516171819202122 |
- //
- // UIExtendAlertView.m
- // FirstLink
- //
- // Created by ascii on 15/1/21.
- // Copyright (c) 2015年 FirstLink. All rights reserved.
- //
- #import "UIExtendAlertView.h"
- @implementation UIExtendAlertView
- /*
- // Only override drawRect: if you perform custom drawing.
- // An empty implementation adversely affects performance during animation.
- - (void)drawRect:(CGRect)rect {
- // Drawing code
- }
- */
- @end
|