Hacktoberfest
Metriche repository
- Star
- (1258 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Declaring a class as follows
#import "DBCameraView.h"
@interface CameraView : DBCameraView
@end
throws plenty errors, because the UIKit declarations are missing. DBCameraView itself inherits from UIView without including the header. This should be fixed by adding #import <UIKit/UIKit.h> to all files using UIKit classes.
Would you accept a PR?