SCLTextView.h 306 B

1234567891011121314151617
  1. //
  2. // SCLTextView.h
  3. // SCLAlertView
  4. //
  5. // Created by Diogo Autilio on 9/18/15.
  6. // Copyright (c) 2015-2017 AnyKey Entertainment. All rights reserved.
  7. //
  8. #if defined(__has_feature) && __has_feature(modules)
  9. @import UIKit;
  10. #else
  11. #import <UIKit/UIKit.h>
  12. #endif
  13. @interface SCLTextView : UITextField
  14. @end