14 lines
196 B
Objective-C
14 lines
196 B
Objective-C
//
|
|
// NTESMarginButton.h
|
|
// NIM
|
|
//
|
|
// Created by amao on 4/14/15.
|
|
// Copyright (c) 2015 Netease. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface NTESMarginButton : UIButton
|
|
|
|
@end
|