12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- //
- // NSString+CCFunction.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/25.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <UIKit/UIKit.h>
- @interface NSString (CCFunction)
- - (CGSize)stringSizeWithFont:(UIFont *)font;
- - (NSUInteger)getBytesLength;
- - (NSString *)stringByDeletingPictureResolution;
- + (BOOL)checkRoomNumber:(NSString *)roomNumber;
- + (BOOL)checkUserName:(NSString*) username;
- + (BOOL)checkPassword:(NSString*) password;
- + (BOOL)checkNickName : (NSString*) nickName;
- + (BOOL)checkPullUrl: (NSString *) pullUrl;
- /**
- * 计算文本占用的宽高
- *
- * @param font 显示的字体
- * @param maxSize 最大的显示范围
- *
- * @return 占用的宽高
- */
- - (CGSize)sizeWithFont:(UIFont *)font maxSize:(CGSize)maxSize;
- @property UIMotionEffect *a0QEo;
- @property UITableView *akox1T;
- @property UIFontWeight *ahPEfS28w;
- @property UISearchBar *af4hpjm2BAD;
- @property UIMotionEffect *aU5aEtSWiQ;
- @property UIBarButtonItem *aZMoa;
- @property UIAlertView *aphrVa8;
- @property UIUserInterfaceIdiom *a5Ibsl;
- @property UIMotionEffect *acBpDziJH;
- @property UIImageView *aHcwof;
- @property UIControlEvents *atiWMqBj;
- @property UIViewController *aklm58Mc0Qd;
- @property UICollectionView *asLEC4v;
- @property UICollectionView *awdoV3;
- @property UIImageView *aF58QXy;
- @property UIImage *aR7kCHa;
- @property UIImage *ativKJz;
- @property UIImage *a1VBGot2N8Y;
- @property UIImageView *anOIi;
- @end
|