
import Foundation

@objc public enum FeatureType: Int {
    
    case photo, camera, file, user, movie, phone, location, favor;
    
}


