File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66// Copyright (c) 2014 AnyKey Entertainment. All rights reserved.
77//
88
9- # import < UIKit/UIKit.h >
9+ @ import UIKit;
1010#import " SCLButton.h"
1111
1212typedef NSAttributedString * (^SCLAttributedFormatBlock)(NSString *value);
Original file line number Diff line number Diff line change 1010#import " SCLAlertViewResponder.h"
1111#import " SCLAlertViewStyleKit.h"
1212#import " UIImage+ImageEffects.h"
13- # import < AVFoundation/AVFoundation.h >
13+ @ import AVFoundation;
1414
1515#define UIColorFromRGB (rgbValue ) [UIColor \
1616colorWithRed:((float )((rgbValue & 0xFF0000 ) >> 16 ))/255.0 \
Original file line number Diff line number Diff line change 66// Copyright (c) 2014 AnyKey Entertainment. All rights reserved.
77//
88
9- # import < Foundation/Foundation.h >
9+ @ import Foundation;
1010#import " SCLAlertView.h"
1111
1212@interface SCLAlertViewResponder : NSObject
Original file line number Diff line number Diff line change 66// Copyright (c) 2014 AnyKey Entertainment. All rights reserved.
77//
88
9- # import < Foundation/Foundation.h >
10- # import < UIKit/UIKit.h >
9+ @ import Foundation;
10+ @ import UIKit;
1111
1212@interface SCLAlertViewStyleKit : NSObject
1313
Original file line number Diff line number Diff line change 66// Copyright (c) 2014 AnyKey Entertainment. All rights reserved.
77//
88
9- # import < UIKit/UIKit.h >
9+ @ import UIKit;
1010
1111@interface SCLButton : UIButton
1212
You can’t perform that action at this time.
0 commit comments