/* * Endless * Copyright (c) 2015 joshua stein * * See LICENSE file for redistribution terms. */ #import @interface BookmarkController : UITableViewController @property BOOL embedded; @end